2010-06-19 |
George Kiagiadakis | Refactor the Type and Value systems, cleanup code,... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
George Kiagiadakis | Add methods in RefPointer to allow casting RefPointers... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
George Kiagiadakis | Add overloaded String::operator==() methods to fix... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
George Kiagiadakis | Introduce a new String class, based on QByteArray,... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
George Kiagiadakis | Add wrapper for GstMessage. |
commit | commitdiff | tree | snapshot |
2010-05-23 |
George Kiagiadakis | Properly fix the reference counting bug I had with... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
George Kiagiadakis | Add wrapper for GstGhostPad. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
George Kiagiadakis | Port the 'echo' example to the new bindings to make... |
commit | commitdiff | tree | snapshot |
2010-04-19 |
George Kiagiadakis | Add global init/deinit functions. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
George Kiagiadakis | Add basic wrapper for GstPipeline (just the method... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
George Kiagiadakis | Add wrapper for the GstChildProxy interface and use... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
George Kiagiadakis | Improve the Object properties api. Use QString and... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
George Kiagiadakis | Add wrapper class for GstBin. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
George Kiagiadakis | Add wrapper class for GstElementFactory. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
George Kiagiadakis | Add a new qstringToGcharPtr() macro that converts a... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
George Kiagiadakis | Add wrapper class for GstPluginFeature. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
George Kiagiadakis | Add a README file with various information, mostly... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
George Kiagiadakis | Add initial wrappers for GstPad and GstElement. Not... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
George Kiagiadakis | Support mixed type registrations and enum definitions... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
George Kiagiadakis | Remove the headers from the tests and put the class... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
George Kiagiadakis | Add wrapper class for GstCaps. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
George Kiagiadakis | Add wrapper class for GstMiniObject. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
George Kiagiadakis | Improve enum assertions generation. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
George Kiagiadakis | Add wrapper class for GstStructure. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
George Kiagiadakis | Add forward declarations for the gstreamer wrapper... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
George Kiagiadakis | Improve the Value API: |
commit | commitdiff | tree | snapshot |
2010-03-25 |
George Kiagiadakis | Add the most useful methods to the GstObject wrapper... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
George Kiagiadakis | Add protected constructors/destructor to all wrapper... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
George Kiagiadakis | Make use of the code generator. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
George Kiagiadakis | Initial commit of the QtGstreamer helper code generator. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
George Kiagiadakis | Move the GetType<>() helper template to global.h and... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
George Kiagiadakis | Add the missing find_package(Boost REQUIRED). |
commit | commitdiff | tree | snapshot |
2010-03-05 |
George Kiagiadakis | Initial commit of the new code. |
commit | commitdiff | tree | snapshot |
2010-02-18 |
George Kiagiadakis | Delete old code. Re-writing everything from scratch... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
George Kiagiadakis | Remove extra underscore from header guards to suspend... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
George Kiagiadakis | Use peekNativeObject() to get the native object pointer... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
George Kiagiadakis | Add functions for getting the native object in GstObjec... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
George Kiagiadakis | Add a wrapper class for GstMessage. |
commit | commitdiff | tree | snapshot |
2009-08-02 |
George Kiagiadakis | Add a wrapper class for GstMiniObject. |
commit | commitdiff | tree | snapshot |
2009-08-02 |
George Kiagiadakis | Implement support for dynamic casting between QGstObjec... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
George Kiagiadakis | Remove QGstElement::currentState() and fix the testcase... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
George Kiagiadakis | Implement QGstElement::getState() and fix the currentSt... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
George Kiagiadakis | QGstStructure: Implement getName, hasName, setName... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
George Kiagiadakis | Implement the methods: QGstPad::getCaps, QGstPad::setBl... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
George Kiagiadakis | Rename class QGValue to QGstValue. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
George Kiagiadakis | Populate QGValue with functions to handle the most... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
George Kiagiadakis | Implement a wrapper for the GstXOverlay interface. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
George Kiagiadakis | Install qgstdefinitions.h. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
George Kiagiadakis | Add basic support for GstCaps. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
George Kiagiadakis | Move all the forward declarations and typedefs in a... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
George Kiagiadakis | Add a QGValue class, a wrapper for GValue. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
George Kiagiadakis | When destroying a QGstElement, set its state to Null... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
George Kiagiadakis | Implement QGstBin::getByName() |
commit | commitdiff | tree | snapshot |
2009-07-19 |
George Kiagiadakis | Implement QGstElement::releaseRequestPad() |
commit | commitdiff | tree | snapshot |
2009-07-19 |
George Kiagiadakis | Implement QGstPad::direction() |
commit | commitdiff | tree | snapshot |
2009-07-19 |
George Kiagiadakis | Qualify signal arguments with the full namespace to... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
George Kiagiadakis | Disconnect GObject signals properly to avoid crashes... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
George Kiagiadakis | Add signals to QGstElement. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
George Kiagiadakis | Add basic support for getting bus messages. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
George Kiagiadakis | Move to shared pointer architecture. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
George Kiagiadakis | Add basic support for ghost pads. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
George Kiagiadakis | Add simple constructor for QGstBin. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
George Kiagiadakis | QGstElementFactory: add methods find() and exists(... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
George Kiagiadakis | Install files. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
George Kiagiadakis | Fix a bit the element state functions. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
George Kiagiadakis | Add basic support for pads. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
George Kiagiadakis | Add a simple echo example, which forwards audio from... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
George Kiagiadakis | Add wrappers for gst_init(). |
commit | commitdiff | tree | snapshot |
2009-07-12 |
George Kiagiadakis | Cleanup resources in the unit test. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
George Kiagiadakis | Fix legal stuff. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
George Kiagiadakis | Initial commit. |
commit | commitdiff | tree | snapshot |
|