summaryrefslogtreecommitdiff
path: root/src/QGst/ghostpad.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-07-08Replace all <gst/gstfoo.h> headers with <gst/gst.h>George Kiagiadakis1-1/+1
2012-04-08Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...George Kiagiadakis1-1/+1
2010-12-08TODO item: guard gst_object_ref_sink() callMauricio Piacentini1-2/+6
2010-07-04Remove QGlib::String again. It sucks.George Kiagiadakis1-2/+2
2010-07-03Change RefCountedObject::object() to be a template that automatically casts t...George Kiagiadakis1-2/+2
2010-06-30Rename all the "newClass" pseudo-constructors to "create".George Kiagiadakis1-2/+2
2010-06-21Implement a QSharedDataPointer-like method for ensuring that caps and miniobj...George Kiagiadakis1-2/+2
2010-06-14Introduce a new String class, based on QByteArray, to avoid the overheadGeorge Kiagiadakis1-6/+4
2010-05-07Add wrapper for GstGhostPad.George Kiagiadakis1-0/+48