summaryrefslogtreecommitdiff
path: root/src/QGst/element.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-04-08Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...George Kiagiadakis1-1/+1
2011-02-12Fix Element::unlink().George Kiagiadakis1-1/+17
2011-02-06Add Element::removePad().George Kiagiadakis1-0/+5
2011-01-11Add currentState() and pendingState() convenience methods to Element.George Kiagiadakis1-1/+15
2011-01-11Element::query() should return bool.George Kiagiadakis1-2/+2
2010-11-24Increase the external reference count for events before using gst_element_sen...Mauricio Piacentini1-0/+3
2010-11-16Don't use const here, there is no good reason to do so.George Kiagiadakis1-1/+1
2010-11-03Initial implementation of QGst::EventMauricio Piacentini1-0/+12
2010-10-22QGstClock reviewedMauricio Piacentini1-2/+2
2010-10-22QGstClock implementation and testsMauricio Piacentini1-0/+15
2010-10-18GstQuery implementation and testsMauricio Piacentini1-0/+6
2010-07-04Remove QGlib::String again. It sucks.George Kiagiadakis1-13/+12
2010-07-03Change RefCountedObject::object() to be a template that automatically casts t...George Kiagiadakis1-11/+11
2010-06-29Add typedefs for GstClockTime and GstClockTimeDiff.George Kiagiadakis1-1/+1
2010-06-21Implement a QSharedDataPointer-like method for ensuring that caps and miniobj...George Kiagiadakis1-11/+11
2010-06-14Introduce a new String class, based on QByteArray, to avoid the overheadGeorge Kiagiadakis1-19/+18
2010-04-14Add a new qstringToGcharPtr() macro that converts a QString to a const gchar ...George Kiagiadakis1-11/+7
2010-04-13Add initial wrappers for GstPad and GstElement. Not all methods are yet there.George Kiagiadakis1-0/+119