summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-23Release version 0.10.1RELEASE-0.10.1George Kiagiadakis1-1/+1
2011-01-23Add a note about the libstdc++ bug.George Kiagiadakis1-0/+4
2011-01-22Make buffer sizes small in tests, to avoid failures on low memory systems.George Kiagiadakis2-9/+9
2011-01-21Add Element::linkMany() and Element::unlinkMany() methods.George Kiagiadakis2-0/+121
2011-01-21Use the variadic Bin::add() method in a few places to give a good example to ...George Kiagiadakis2-6/+2
2011-01-21Add variadic Bin::add implementation.George Kiagiadakis2-0/+81
2011-01-21Add documentationUri() and iconName() in ElementFactory.George Kiagiadakis2-0/+12
2011-01-21Add a copy() method in SharedStructure and a test case for SharedStructure.George Kiagiadakis3-0/+32
2011-01-21Add QGst::Int64Range.George Kiagiadakis4-2/+27
2011-01-21Register ClockTime with the type system, to be possible to use it with QGlib:...George Kiagiadakis2-0/+9
2011-01-21Generate the list of codegen headers instead of hardcoding it.George Kiagiadakis2-37/+4
2011-01-21Do not prevent people on QWS from using XOverlay; we may one day have an XOve...George Kiagiadakis1-2/+0
2011-01-20Correct assertion message.George Kiagiadakis1-1/+1
2011-01-20Make the player example appear whole in the documentation and write a few wor...George Kiagiadakis1-1/+20
2011-01-20Improve Ballesio's player example.George Kiagiadakis6-318/+306
2011-01-20Reduced number of signals for state changesMarco Ballesio1-1/+3
2011-01-20Improved QTime handlingMarco Ballesio1-12/+14
2011-01-20Improved video sink handlingMarco Ballesio3-30/+30
2011-01-20Automatically stylised with astyleMarco Ballesio4-145/+175
2011-01-20Removed handling of MessageAsyncDoneMarco Ballesio1-8/+0
2011-01-20Removed unneeded dynamic castsMarco Ballesio1-5/+5
2011-01-20Example player evolutionMarco Ballesio7-186/+539
2011-01-20Fix g_value_copy warning with older glib versions in case a closure's return ...George Kiagiadakis1-1/+1
2011-01-20Add hack to support glib < 2.26, as it is foolish to depend on 2.26 just for ...George Kiagiadakis2-0/+9
2011-01-20Add GetTypeImpl and ValueImpl specializations for const char[].George Kiagiadakis2-3/+23
2011-01-20Find the path to unistd.h and use it if codegen is being compiled with msvc.George Kiagiadakis1-0/+7
2011-01-20Disable MSVC warning C4250.George Kiagiadakis2-0/+18
2011-01-20Attempt to workaround ambiguity in RefPointer's operator== and operator!=George Kiagiadakis1-2/+16
2011-01-20Do not warn about the unused 'e' here.George Kiagiadakis1-1/+1
2011-01-20Paint the widget black when it has no renderer attached.George Kiagiadakis2-0/+9
2011-01-20VideoWidget: add support for watching a pipeline and drop the broken support ...George Kiagiadakis6-64/+298
2011-01-18Do not use -fvisibility=hidden on windows.George Kiagiadakis1-1/+1
2011-01-18Add a new "recorder" example.George Kiagiadakis5-0/+607
2011-01-17Move the examples documentation in a separate file.George Kiagiadakis3-18/+36
2011-01-17Remove the stupid echo example.George Kiagiadakis5-92/+0
2011-01-17Mention QtGStreamerUtils in the README.George Kiagiadakis1-6/+7
2011-01-17Add an example that demonstrates the usage of the appsrc and appsink wrappers.George Kiagiadakis5-0/+177
2011-01-17Properly detach the appsrc/appsink from our callbacks + don't allow setting a...George Kiagiadakis2-6/+31
2011-01-17Add format/setFormat methods on ApplicationSource.George Kiagiadakis2-0/+17
2011-01-17Fully document ApplicationSource/ApplicationSink.George Kiagiadakis2-5/+80
2011-01-17Properly export the TagList-related enums.George Kiagiadakis1-2/+2
2011-01-17Remove unneeded link library.George Kiagiadakis1-2/+2
2011-01-17Implement QGst::Utils::ApplicationSource.George Kiagiadakis6-2/+460
2011-01-16Implement QGst::Utils::ApplicationSink.George Kiagiadakis5-2/+392
2011-01-16Add skeleton for the new QtGStreamerUtils library.George Kiagiadakis7-2/+87
2011-01-16Re-enable and fix the dateTime/setDateTime TagList functions.George Kiagiadakis3-23/+7
2011-01-16Add ValueVTable for QDate and QDateTime.George Kiagiadakis3-0/+131
2011-01-16Add wrapper classes for GstBufferList and GstBufferListIterator.George Kiagiadakis5-0/+228
2011-01-16Also look into the dirs reported by pkg-config --variable=* to find gstreamer...George Kiagiadakis4-5/+11
2011-01-16Use HINTS instead of PATHS in cmake find_* commands to specify the paths comi...George Kiagiadakis4-14/+13