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