index
:
~hasselmm/qt-gstreamer
master
Personal (and usually outdated) clone of QtGStreamer
hasselmm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-01-12
Add TagList::operator=() and const-ify constructor argument.
George Kiagiadakis
2
-2
/
+11
2011-01-12
Implementation of Taglist, plus tests.
Mauricio Piacentini
10
-5
/
+1439
2011-01-12
Make Caps::setValue also inline.
George Kiagiadakis
1
-2
/
+2
2011-01-12
Add a template Structure::setValue() method.
George Kiagiadakis
1
-0
/
+8
2011-01-12
Rename ObjectBase::setPropertyValue to setProperty.
George Kiagiadakis
3
-6
/
+6
2011-01-12
Make the Error cast operators non-inline.
George Kiagiadakis
2
-2
/
+12
2011-01-12
Remove old FIXME/TODO comments from Structure.
George Kiagiadakis
1
-4
/
+2
2011-01-12
Fix docs display for Value and Signal.
George Kiagiadakis
2
-0
/
+7
2011-01-12
Add QString overload for Structure::fromString().
George Kiagiadakis
1
-0
/
+7
2011-01-12
Fix Structure's documentation.
George Kiagiadakis
2
-10
/
+35
2011-01-11
Fix Structure/SharedStructure.
George Kiagiadakis
10
-99
/
+163
2011-01-11
Rename XOverlay::setHandleEvents to enableEventHandling, to follow Qt's stand...
George Kiagiadakis
2
-2
/
+2
2011-01-11
Make the function names of VideoOrientation more readable.
George Kiagiadakis
2
-16
/
+16
2011-01-11
Make UriHandler::makeFromUri return an ElementPtr.
George Kiagiadakis
2
-3
/
+4
2011-01-11
Ensure at compile time that the Fourcc string constructor takes a 4-character...
George Kiagiadakis
1
-3
/
+1
2011-01-11
Rename StreamVolume::convertVolume() to plain convert().
George Kiagiadakis
2
-2
/
+2
2011-01-11
Modify some function names in Query to match better the C names and make sense.
George Kiagiadakis
2
-16
/
+16
2011-01-11
Fix PluginFeature::load() to work with the new wrap system.
George Kiagiadakis
2
-10
/
+3
2011-01-11
Rename PluginFeature::checkVersion to isVersion, to actually make sense as a ...
George Kiagiadakis
2
-2
/
+2
2011-01-11
Add the rest of the clock methods to Pipeline.
George Kiagiadakis
2
-0
/
+12
2011-01-11
Add QGst::Object::pathString().
George Kiagiadakis
2
-0
/
+7
2011-01-11
Document that one has to include the Init header to use the init functions.
George Kiagiadakis
2
-4
/
+12
2011-01-11
Remove the useless flag functions from MiniObject.
George Kiagiadakis
2
-25
/
+0
2011-01-11
Add ElementFactory::find() and make() QString overloads, to allow factoryName...
George Kiagiadakis
1
-0
/
+16
2011-01-11
Add default argument to ElementFactory::create().
George Kiagiadakis
1
-1
/
+1
2011-01-11
Remove useless comment.
George Kiagiadakis
1
-1
/
+1
2011-01-11
Add currentState() and pendingState() convenience methods to Element.
George Kiagiadakis
2
-2
/
+18
2011-01-11
Element::query() should return bool.
George Kiagiadakis
2
-3
/
+3
2011-01-11
Convert ClockTime to a class.
George Kiagiadakis
12
-30
/
+115
2011-01-11
Add template overload for Caps::setValue().
George Kiagiadakis
1
-0
/
+8
2011-01-11
Add Caps::fromString(const QString &) overload.
George Kiagiadakis
1
-0
/
+7
2011-01-11
Add Buffer::makeWritable() overload.
George Kiagiadakis
1
-1
/
+6
2011-01-11
Remove default value from Buffer::create().
George Kiagiadakis
1
-1
/
+1
[next]