qtgstreamer:qtgstreamer.git
2010-07-06 George KiagiadakisAdd a new "player" example: a simple command-line audio...
2010-07-06 George KiagiadakisAdd ValueImpl specialization for Caps, Message and...
2010-07-06 George KiagiadakisAdd Pipeline::bus() method.
2010-07-04 George Kiagiadakiss/runtime_error/logic_error/ in the exceptions that...
2010-07-04 George KiagiadakisFix stupid mistakes. Signal::d should have been a QShar...
2010-07-04 George KiagiadakisRemove QGlib::String again. It sucks.
2010-07-03 George KiagiadakisChange PluginFeature::load() to return void and interna...
2010-07-03 George KiagiadakisAdd missing gst_object_ref_sink() in Pad::create().
2010-07-03 George KiagiadakisChange RefCountedObject::object() to be a template...
2010-06-30 George KiagiadakisRename all the "newClass" pseudo-constructors to "create".
2010-06-30 George KiagiadakisAdd wrapper for GstBus.
2010-06-29 George KiagiadakisAdd typedefs for GstClockTime and GstClockTimeDiff.
2010-06-28 George KiagiadakisAdd structs Fourcc, Fraction, IntRange, DoubleRange...
2010-06-28 George KiagiadakisInitial implementation of the GObject signal wrapper...
2010-06-21 George KiagiadakisImplement a QSharedDataPointer-like method for ensuring...
2010-06-20 George KiagiadakisMake RefPointer::operator->() return an object pointer...
2010-06-20 George KiagiadakisQGst::StructureBase: Replace the peekGstStructure(...
2010-06-20 George Kiagiadakisvaluetest: Add a Value <-> GValue cast test and use...
2010-06-19 George KiagiadakisRefactor the Type and Value systems, cleanup code,...
2010-06-14 George KiagiadakisAdd methods in RefPointer to allow casting RefPointers...
2010-06-14 George KiagiadakisAdd overloaded String::operator==() methods to fix...
2010-06-14 George KiagiadakisIntroduce a new String class, based on QByteArray,...
2010-06-02 George KiagiadakisAdd wrapper for GstMessage.
2010-05-23 George KiagiadakisProperly fix the reference counting bug I had with...
2010-05-07 George KiagiadakisAdd wrapper for GstGhostPad.
2010-04-19 George KiagiadakisPort the 'echo' example to the new bindings to make...
2010-04-19 George KiagiadakisAdd global init/deinit functions.
2010-04-19 George KiagiadakisAdd basic wrapper for GstPipeline (just the method...
2010-04-17 George KiagiadakisAdd wrapper for the GstChildProxy interface and use...
2010-04-17 George KiagiadakisImprove the Object properties api. Use QString and...
2010-04-14 George KiagiadakisAdd wrapper class for GstBin.
2010-04-14 George KiagiadakisAdd wrapper class for GstElementFactory.
2010-04-14 George KiagiadakisAdd a new qstringToGcharPtr() macro that converts a...
2010-04-14 George KiagiadakisAdd wrapper class for GstPluginFeature.
2010-04-14 George KiagiadakisAdd a README file with various information, mostly...
2010-04-13 George KiagiadakisAdd initial wrappers for GstPad and GstElement. Not...
2010-04-13 George KiagiadakisSupport mixed type registrations and enum definitions...
2010-04-01 George KiagiadakisRemove the headers from the tests and put the class...
2010-04-01 George KiagiadakisAdd wrapper class for GstCaps.
2010-03-31 George KiagiadakisAdd wrapper class for GstMiniObject.
2010-03-31 George KiagiadakisImprove enum assertions generation.
2010-03-26 George KiagiadakisAdd wrapper class for GstStructure.
2010-03-26 George KiagiadakisAdd forward declarations for the gstreamer wrapper...
2010-03-25 George KiagiadakisImprove the Value API:
2010-03-25 George KiagiadakisAdd the most useful methods to the GstObject wrapper...
2010-03-22 George KiagiadakisAdd protected constructors/destructor to all wrapper...
2010-03-14 George KiagiadakisMake use of the code generator.
2010-03-14 George KiagiadakisInitial commit of the QtGstreamer helper code generator.
2010-03-14 George KiagiadakisMove the GetType<>() helper template to global.h and...
2010-03-14 George KiagiadakisAdd the missing find_package(Boost REQUIRED).
2010-03-05 George KiagiadakisInitial commit of the new code.
2010-02-18 George KiagiadakisDelete old code. Re-writing everything from scratch...
2009-08-15 George KiagiadakisRemove extra underscore from header guards to suspend...
2009-08-03 George KiagiadakisUse peekNativeObject() to get the native object pointer...
2009-08-03 George KiagiadakisAdd functions for getting the native object in GstObjec...
2009-08-03 George KiagiadakisAdd a wrapper class for GstMessage.
2009-08-02 George KiagiadakisAdd a wrapper class for GstMiniObject.
2009-08-02 George KiagiadakisImplement support for dynamic casting between QGstObjec...
2009-07-30 George KiagiadakisRemove QGstElement::currentState() and fix the testcase...
2009-07-30 George KiagiadakisImplement QGstElement::getState() and fix the currentSt...
2009-07-30 George KiagiadakisQGstStructure: Implement getName, hasName, setName...
2009-07-30 George KiagiadakisImplement the methods: QGstPad::getCaps, QGstPad::setBl...
2009-07-29 George KiagiadakisRename class QGValue to QGstValue.
2009-07-29 George KiagiadakisPopulate QGValue with functions to handle the most...
2009-07-24 George KiagiadakisImplement a wrapper for the GstXOverlay interface.
2009-07-22 George KiagiadakisInstall qgstdefinitions.h.
2009-07-22 George KiagiadakisAdd basic support for GstCaps.
2009-07-22 George KiagiadakisMove all the forward declarations and typedefs in a...
2009-07-22 George KiagiadakisAdd a QGValue class, a wrapper for GValue.
2009-07-22 George KiagiadakisWhen destroying a QGstElement, set its state to Null...
2009-07-20 George KiagiadakisImplement QGstBin::getByName()
2009-07-19 George KiagiadakisImplement QGstElement::releaseRequestPad()
2009-07-19 George KiagiadakisImplement QGstPad::direction()
2009-07-19 George KiagiadakisQualify signal arguments with the full namespace to...
2009-07-19 George KiagiadakisDisconnect GObject signals properly to avoid crashes...
2009-07-19 George KiagiadakisAdd signals to QGstElement.
2009-07-17 George KiagiadakisAdd basic support for getting bus messages.
2009-07-13 George KiagiadakisMove to shared pointer architecture.
2009-07-13 George KiagiadakisAdd basic support for ghost pads.
2009-07-13 George KiagiadakisAdd simple constructor for QGstBin.
2009-07-13 George KiagiadakisQGstElementFactory: add methods find() and exists(...
2009-07-12 George KiagiadakisInstall files.
2009-07-12 George KiagiadakisFix a bit the element state functions.
2009-07-12 George KiagiadakisAdd basic support for pads.
2009-07-12 George KiagiadakisAdd a simple echo example, which forwards audio from...
2009-07-12 George KiagiadakisAdd wrappers for gst_init().
2009-07-12 George KiagiadakisCleanup resources in the unit test.
2009-07-12 George KiagiadakisFix legal stuff.
2009-07-12 George KiagiadakisInitial commit.