index
:
gstreamer/qt-gstreamer
0.10
master
Qt bindings for GStreamer
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-21
Add variadic Bin::add implementation.
George Kiagiadakis
1
-0
/
+46
2011-01-21
Add documentationUri() and iconName() in ElementFactory.
George Kiagiadakis
2
-0
/
+12
2011-01-21
Add a copy() method in SharedStructure and a test case for SharedStructure.
George Kiagiadakis
2
-0
/
+8
2011-01-21
Add QGst::Int64Range.
George Kiagiadakis
4
-2
/
+27
2011-01-21
Register ClockTime with the type system, to be possible to use it with QGlib:...
George Kiagiadakis
1
-0
/
+2
2011-01-21
Generate the list of codegen headers instead of hardcoding it.
George Kiagiadakis
2
-37
/
+4
2011-01-21
Do not prevent people on QWS from using XOverlay; we may one day have an XOve...
George Kiagiadakis
1
-2
/
+0
2011-01-20
Correct assertion message.
George Kiagiadakis
1
-1
/
+1
2011-01-20
Fix g_value_copy warning with older glib versions in case a closure's return ...
George Kiagiadakis
1
-1
/
+1
2011-01-20
Add hack to support glib < 2.26, as it is foolish to depend on 2.26 just for ...
George Kiagiadakis
1
-0
/
+8
2011-01-20
Add GetTypeImpl and ValueImpl specializations for const char[].
George Kiagiadakis
2
-3
/
+23
2011-01-20
Disable MSVC warning C4250.
George Kiagiadakis
2
-0
/
+18
2011-01-20
Attempt to workaround ambiguity in RefPointer's operator== and operator!=
George Kiagiadakis
1
-2
/
+16
2011-01-20
Do not warn about the unused 'e' here.
George Kiagiadakis
1
-1
/
+1
2011-01-20
Paint the widget black when it has no renderer attached.
George Kiagiadakis
2
-0
/
+9
2011-01-20
VideoWidget: add support for watching a pipeline and drop the broken support ...
George Kiagiadakis
2
-63
/
+180
2011-01-18
Do not use -fvisibility=hidden on windows.
George Kiagiadakis
1
-1
/
+1
2011-01-17
Move the examples documentation in a separate file.
George Kiagiadakis
1
-17
/
+0
2011-01-17
Remove the stupid echo example.
George Kiagiadakis
1
-4
/
+0
2011-01-17
Add an example that demonstrates the usage of the appsrc and appsink wrappers.
George Kiagiadakis
1
-0
/
+13
2011-01-17
Properly detach the appsrc/appsink from our callbacks + don't allow setting a...
George Kiagiadakis
2
-6
/
+31
2011-01-17
Add format/setFormat methods on ApplicationSource.
George Kiagiadakis
2
-0
/
+17
2011-01-17
Fully document ApplicationSource/ApplicationSink.
George Kiagiadakis
2
-5
/
+80
2011-01-17
Properly export the TagList-related enums.
George Kiagiadakis
1
-2
/
+2
2011-01-17
Remove unneeded link library.
George Kiagiadakis
1
-2
/
+2
2011-01-17
Implement QGst::Utils::ApplicationSource.
George Kiagiadakis
6
-2
/
+460
2011-01-16
Implement QGst::Utils::ApplicationSink.
George Kiagiadakis
4
-1
/
+388
2011-01-16
Add skeleton for the new QtGStreamerUtils library.
George Kiagiadakis
4
-0
/
+73
2011-01-16
Re-enable and fix the dateTime/setDateTime TagList functions.
George Kiagiadakis
2
-21
/
+4
2011-01-16
Add ValueVTable for QDate and QDateTime.
George Kiagiadakis
2
-0
/
+98
2011-01-16
Add wrapper classes for GstBufferList and GstBufferListIterator.
George Kiagiadakis
5
-0
/
+228
2011-01-15
Fix emission of signals with arguments that are sub-types of the types that t...
George Kiagiadakis
1
-1
/
+1
2011-01-15
Do not free the taglist returned by gst_event_parse_tag. It is owned by the e...
George Kiagiadakis
1
-1
/
+0
2011-01-14
Remove the type registration for SharedStructure.
George Kiagiadakis
1
-1
/
+0
2011-01-14
Add ValueVTable for Structure and a test for it.
George Kiagiadakis
1
-1
/
+17
2011-01-14
Add QString overload for QGst::Parse::launch().
George Kiagiadakis
1
-1
/
+8
2011-01-14
Explicitly cast WId to guintptr on windows, as it fails to compile otherwise.
George Kiagiadakis
1
-0
/
+6
2011-01-12
Increase the bus watch timeout to 50 ms.
George Kiagiadakis
1
-1
/
+1
2011-01-12
Bus watch: emit the "message" signal with a detail.
George Kiagiadakis
1
-1
/
+3
2011-01-12
Tim is right. isVersion() implies equality. Let's use isAtLeastVersion().
George Kiagiadakis
2
-2
/
+2
2011-01-12
Fix memory leak in Message/Event functions returning a TagList.
George Kiagiadakis
2
-4
/
+6
2011-01-12
Export the TagList-related symbols.
George Kiagiadakis
3
-5
/
+5
2011-01-12
Move TagList's QDebug operator<<() inside the QGst namespace.
George Kiagiadakis
2
-6
/
+5
2011-01-12
Make TagList's QDebug operator<<() useful.
George Kiagiadakis
1
-2
/
+2
2011-01-12
TagList API corrections:
George Kiagiadakis
2
-19
/
+20
2011-01-12
Make TagList implicitly shared.
George Kiagiadakis
2
-188
/
+241
2011-01-12
Enable TagList code that depends on gst 0.10.31.
George Kiagiadakis
2
-7
/
+7
2011-01-12
Make tests work again and also fix some coding style issues in taglist.cpp.
George Kiagiadakis
3
-55
/
+104
2011-01-12
Fix TagList::mergeList: make it const and do not allow it to leak a taglist.
George Kiagiadakis
2
-3
/
+10
2011-01-12
Make it impossible to have an invalid taglist.
George Kiagiadakis
2
-15
/
+4
[next]