Add a GStreamer element that provides a video sink that draws directly on QWidget.
[qtgstreamer:qtgstreamer.git] / tests /
2010-07-24 George KiagiadakisAdd a GStreamer element that provides a video sink...
2010-07-23 George KiagiadakisMove tests/* to tests/auto/*
2010-07-17 George KiagiadakisAdd option (enabled by default) to omit the sender...
2010-07-17 George KiagiadakisDefine GST_DISABLE_DEPRECATED to get rid of the stupid...
2010-07-14 George KiagiadakisAdd an asynchronous bus message dispatcher that emits...
2010-07-13 George KiagiadakisAdd subclasses to QGst::Message so that it is possible...
2010-07-11 George KiagiadakisImprove the build system; add new features and examples:
2010-07-10 George KiagiadakisFix RefPointer::staticCast() to behave like static_cast...
2010-07-08 George KiagiadakisAdd wrapper for the GstURIHandler interface.
2010-07-08 George KiagiadakisImprove the CMakeLists.txt files.
2010-07-08 George KiagiadakisAdd wrappers for the simple gst_parse_* methods.
2010-07-04 George KiagiadakisRemove QGlib::String again. It sucks.
2010-06-30 George KiagiadakisRename all the "newClass" pseudo-constructors to "create".
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 KiagiadakisIntroduce a new String class, based on QByteArray,...
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-01 George KiagiadakisRemove the headers from the tests and put the class...
2010-04-01 George KiagiadakisAdd wrapper class for GstCaps.
2010-03-26 George KiagiadakisAdd wrapper class for GstStructure.
2010-03-25 George KiagiadakisImprove the Value API:
2010-03-05 George KiagiadakisInitial commit of the new code.
2010-02-18 George KiagiadakisDelete old code. Re-writing everything from scratch...
2009-08-03 George KiagiadakisAdd a wrapper class for GstMessage.
2009-08-02 George KiagiadakisImplement support for dynamic casting between QGstObjec...
2009-07-30 George KiagiadakisRemove QGstElement::currentState() and fix the testcase...
2009-07-29 George KiagiadakisRename class QGValue to QGstValue.
2009-07-22 George KiagiadakisAdd basic support for GstCaps.
2009-07-22 George KiagiadakisAdd a QGValue class, a wrapper for GValue.
2009-07-13 George KiagiadakisMove to shared pointer architecture.
2009-07-12 George KiagiadakisCleanup resources in the unit test.
2009-07-12 George KiagiadakisInitial commit.