summaryrefslogtreecommitdiff
path: root/gst/gstobject.c
Commit message (Expand)AuthorAgeFilesLines
* docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson2014-05-301-12/+12
* docs: fix type in GstObject docsTim-Philipp Müller2014-05-301-2/+2
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* gstobject: add FIXME and docs for the disabled notify on parentStefan Sauer2014-01-091-3/+14
* docs: Fix typos in function/object descriptionsSebastian Rasmussen2013-12-071-1/+1
* Fix some typos in code comments and debug messagesSebastian Rasmussen2013-12-071-1/+1
* docs: add missing docs, fixing doc errorsSebastian Rasmussen2013-12-031-2/+2
* docs: fix typos in gstobjectLuis de Bethencourt2013-10-251-7/+7
* Fix misspellings of 'continuous'David Schleef2013-03-021-1/+1
* controlbinding: error handling for binding controlsources to wrong propertiesStefan Sauer2013-02-081-4/+6
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* object: update controller documentationMark Nauwelaerts2012-09-211-6/+2
* gst: remove some defunct commented codeMark Nauwelaerts2012-09-101-2/+0
* introspection: fix some warnings generated by g-ir-scanner.Evan Nemerson2012-08-101-3/+3
* gstobject: fix double string escaping in gst_object_default_deep_notify()Tim-Philipp Müller2012-08-091-1/+4
* gstobject: don't use g_strdup_value_contents()Wim Taymans2012-06-291-13/+1
* introspection: assorted introspection and documentation fixesEvan Nemerson2012-06-181-1/+1
* introspection: add some missing annotationsEvan Nemerson2012-06-121-3/+3
* gstobject: give the 20th queue element a different name than the first queue2...Tim-Philipp Müller2012-04-291-1/+8
* controller: expand the api to offer functions for plain and GValue arraysStefan Sauer2012-04-251-2/+47
* gst: Use gst_object_{ref|unref} where applicableEdward Hervey2012-04-121-3/+3
* gstobject: unparent the controlbinding on disposeStefan Sauer2012-04-051-1/+1
* docs: update more documentationWim Taymans2012-03-291-43/+5
* gst: Remove gstmarshal.[ch] completely and use the generic marshallerSebastian Dröge2012-03-021-2/+1
* trace: don't check random pointers for objectsWim Taymans2012-02-021-1/+1
* controller: rename control-bindingsStefan Sauer2012-01-301-1/+1
* trace: rework alloc tracingWim Taymans2012-01-271-3/+4
* object: register all properties in one goStefan Sauer2012-01-231-4/+2
* controller: allow different controlbindingsStefan Sauer2012-01-231-3/+3
* controller: improve control binding handlingStefan Sauer2012-01-201-19/+50
* controller: remove convenience api for control sourcesStefan Sauer2012-01-201-81/+1
* Update for new gthread APIWim Taymans2012-01-191-2/+2
* controller: remove obsolete FIXME commentStefan Sauer2011-12-311-1/+0
* controller: move GValue handling from control-sources to -bindingStefan Sauer2011-12-251-12/+8
* controller: move GstControlledProperty into a separate classStefan Sauer2011-12-251-180/+139
* controller: cleanup interpolation modesStefan Sauer2011-12-191-1/+1
* controlsources: refactor interpolation control sourceStefan Sauer2011-12-191-2/+2
* controller: fix gpointer vs. gpointer* mess upStefan Sauer2011-12-061-1/+1
* controller: use _OBJECT logging variants moreStefan Sauer2011-12-061-4/+5
* controller: remove GstValueArrayStefan Sauer2011-12-061-15/+18
* controller: remove gst_object_get_value_arraysStefan Sauer2011-12-061-34/+0
* pad: remove getcaps and use caps queryWim Taymans2011-11-151-1/+1
* controller: remove functions to add/remove controlled propertiesStefan Sauer2011-11-141-146/+29
* docs: fix invalid xmlStefan Sauer2011-11-111-1/+2
* controller: merge controller into gstobjectStefan Sauer2011-11-101-83/+445
* controller: the object needs a ref to the controller for the convenience apiStefan Sauer2011-11-051-1/+6
* gst: fix some compiler warningsTim-Philipp Müller2011-11-051-1/+1
* controller: add api to check for active controllers (needed for e.g. volume)Stefan Sauer2011-11-041-2/+41
* controller: move to core/gstobjectStefan Sauer2011-11-041-0/+303
* gstobject: Add (skip) annotation to gst_object_ref_sinkEdward Hervey2011-10-191-1/+1