summaryrefslogtreecommitdiff
path: root/src/QGst/elementfactory.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-07-08Replace all <gst/gstfoo.h> headers with <gst/gst.h>George Kiagiadakis1-3/+1
2014-06-23QGst::ElementFactory: change metadata() to take a const char * keyGeorge Kiagiadakis1-1/+1
2014-04-27src/QGst/elementfactory.{h,cpp} canSrcCaps was split into an Any and All vari...Diane Trout1-4/+14
2014-04-27src/QGst/elementfactory.{h,cpp} elementfactory uses a generic metadata getter.Diane Trout1-27/+2
2012-04-08Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...George Kiagiadakis1-1/+1
2011-01-21Add documentationUri() and iconName() in ElementFactory.George Kiagiadakis1-0/+10
2010-12-08TODO item: guard gst_object_ref_sink() callMauricio Piacentini1-2/+6
2010-07-04Remove QGlib::String again. It sucks.George Kiagiadakis1-12/+12
2010-07-03Change RefCountedObject::object() to be a template that automatically casts t...George Kiagiadakis1-11/+11
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-20/+16
2010-05-23Properly fix the reference counting bug I had with adding elements to bins.George Kiagiadakis1-2/+5
2010-04-14Add wrapper class for GstElementFactory.George Kiagiadakis1-0/+97