summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-15Fix emission of signals with arguments that are sub-types of the types that t...George Kiagiadakis2-3/+15
2011-01-15Do not free the taglist returned by gst_event_parse_tag. It is owned by the e...George Kiagiadakis1-1/+0
2011-01-15Add a .gitignore file.George Kiagiadakis1-0/+7
2011-01-15Also exclude .gitattributes from the tarballs.George Kiagiadakis1-0/+1
2011-01-15Add a script that creates release tarballs, to ease the release process in th...George Kiagiadakis2-0/+18
2011-01-15Add version check for boost: require version 1.39 or later.George Kiagiadakis2-3/+3
2011-01-14Remove the type registration for SharedStructure.George Kiagiadakis1-1/+0
2011-01-14Add ValueVTable for Structure and a test for it.George Kiagiadakis2-2/+41
2011-01-14Add QString overload for QGst::Parse::launch().George Kiagiadakis1-1/+8
2011-01-14Link qwidgetvideosink explicitly with gstbase.George Kiagiadakis2-3/+6
2011-01-14Explicitly cast WId to guintptr on windows, as it fails to compile otherwise.George Kiagiadakis1-0/+6
2011-01-120.10.0.2 pre-releaseGeorge Kiagiadakis1-1/+1
2011-01-12Increase the bus watch timeout to 50 ms.George Kiagiadakis1-1/+1
2011-01-12Bus watch: emit the "message" signal with a detail.George Kiagiadakis1-1/+3
2011-01-12Build QtGStreamer's libs as shared libs from now on.George Kiagiadakis1-1/+1
2011-01-12Tim is right. isVersion() implies equality. Let's use isAtLeastVersion().George Kiagiadakis2-2/+2
2011-01-12Fix memory leak in Message/Event functions returning a TagList.George Kiagiadakis2-4/+6
2011-01-12Export the TagList-related symbols.George Kiagiadakis3-5/+5