summaryrefslogtreecommitdiff
path: root/src/QGst/miniobject.h
AgeCommit message (Expand)AuthorFilesLines
2014-05-03QGst/miniobject: remove the GType association of MiniObjectGeorge Kiagiadakis1-2/+11
2014-04-27src/QGst/miniobject.* MiniObject is now a G_TYPE_BOXEDDiane Trout1-1/+1
2012-04-08Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...George Kiagiadakis1-1/+1
2011-01-11Remove the useless flag functions from MiniObject.George Kiagiadakis1-5/+0
2011-01-08Declare the exported and non-exported symbols of the libraries.George Kiagiadakis1-3/+3
2011-01-06Implement a new way of wraping objects, similar to the one glibmm uses.George Kiagiadakis1-1/+8
2010-11-26Remove all the remaining ValueImpl declarations and register the gstreamer ty...George Kiagiadakis1-2/+0
2010-11-24Add global object store to track the bindings reference count for MiniObjects...Mauricio Piacentini1-1/+1
2010-11-24Remove makeWritable() from base RefCountedObject() class, as it applies only ...Mauricio Piacentini1-1/+1
2010-07-17Add cmake target to generate API docs and write some basic API docs where nee...George Kiagiadakis1-0/+3
2010-07-06Add ValueImpl specialization for Caps, Message and MiniObject.George Kiagiadakis1-1/+3
2010-06-21Implement a QSharedDataPointer-like method for ensuring that caps and miniobj...George Kiagiadakis1-1/+1
2010-06-19Refactor the Type and Value systems, cleanup code, add useful macros, documen...George Kiagiadakis1-0/+2
2010-03-31Add wrapper class for GstMiniObject.George Kiagiadakis1-0/+46