qtgstreamer:qtgstreamer.git
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.