summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-01-21Add variadic Bin::add implementation.George Kiagiadakis1-0/+46
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 Kiagiadakis2-0/+8
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 Kiagiadakis1-0/+2
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-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 Kiagiadakis1-0/+8
2011-01-20Add GetTypeImpl and ValueImpl specializations for const char[].George Kiagiadakis2-3/+23
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 Kiagiadakis2-63/+180
2011-01-18Do not use -fvisibility=hidden on windows.George Kiagiadakis1-1/+1
2011-01-17Move the examples documentation in a separate file.George Kiagiadakis1-17/+0
2011-01-17Remove the stupid echo example.George Kiagiadakis1-4/+0
2011-01-17Add an example that demonstrates the usage of the appsrc and appsink wrappers.George Kiagiadakis1-0/+13
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 Kiagiadakis4-1/+388
2011-01-16Add skeleton for the new QtGStreamerUtils library.George Kiagiadakis4-0/+73
2011-01-16Re-enable and fix the dateTime/setDateTime TagList functions.George Kiagiadakis2-21/+4
2011-01-16Add ValueVTable for QDate and QDateTime.George Kiagiadakis2-0/+98
2011-01-16Add wrapper classes for GstBufferList and GstBufferListIterator.George Kiagiadakis5-0/+228
2011-01-15Fix emission of signals with arguments that are sub-types of the types that t...George Kiagiadakis1-1/+1
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-14Remove the type registration for SharedStructure.George Kiagiadakis1-1/+0
2011-01-14Add ValueVTable for Structure and a test for it.George Kiagiadakis1-1/+17
2011-01-14Add QString overload for QGst::Parse::launch().George Kiagiadakis1-1/+8
2011-01-14Explicitly cast WId to guintptr on windows, as it fails to compile otherwise.George Kiagiadakis1-0/+6
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-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
2011-01-12Move TagList's QDebug operator<<() inside the QGst namespace.George Kiagiadakis2-6/+5
2011-01-12Make TagList's QDebug operator<<() useful.George Kiagiadakis1-2/+2
2011-01-12TagList API corrections:George Kiagiadakis2-19/+20
2011-01-12Make TagList implicitly shared.George Kiagiadakis2-188/+241
2011-01-12Enable TagList code that depends on gst 0.10.31.George Kiagiadakis2-7/+7
2011-01-12Make tests work again and also fix some coding style issues in taglist.cpp.George Kiagiadakis3-55/+104
2011-01-12Fix TagList::mergeList: make it const and do not allow it to leak a taglist.George Kiagiadakis2-3/+10
2011-01-12Make it impossible to have an invalid taglist.George Kiagiadakis2-15/+4