summaryrefslogtreecommitdiff
path: root/gst/gstobject.c
AgeCommit message (Expand)Author
2016-08-13Remove old alloc tracing code now that we have a GstTracer-based replacementTim-Philipp Müller
2016-06-02tracing: add hooks when objects or miniobjects are created and destroyedGuillaume Desmottes
2016-05-26object: Notify name change when using _set_name()Nicolas Dufresne
2016-04-02GST_REFCOUNTING: Add logging of pointer address for dispose, finalize, etc me...Mark Combellack
2015-05-15gstobject: add gst_object_has_as_ancestor and deprecate previous functionStefan Sauer
2015-05-15gstobject: rename gst_object_has_parent to gst_object_has_as_parentStefan Sauer
2014-11-10gstobject: Add gst_object_has_parent()Jan Alexander Steffens (heftig)
2014-06-26introspection: add some missing allow-none annotations to in paramsEvan Nemerson
2014-06-26introspection: add nullability annotations to out and inout paramsEvan Nemerson
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson
2014-05-30docs: fix type in GstObject docsTim-Philipp Müller
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller
2014-01-09gstobject: add FIXME and docs for the disabled notify on parentStefan Sauer
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen
2013-12-07Fix some typos in code comments and debug messagesSebastian Rasmussen
2013-12-03docs: add missing docs, fixing doc errorsSebastian Rasmussen
2013-10-25docs: fix typos in gstobjectLuis de Bethencourt
2013-03-02Fix misspellings of 'continuous'David Schleef
2013-02-08controlbinding: error handling for binding controlsources to wrong propertiesStefan Sauer
2012-11-03Fix FSF addressTim-Philipp Müller
2012-09-21object: update controller documentationMark Nauwelaerts
2012-09-10gst: remove some defunct commented codeMark Nauwelaerts
2012-08-10introspection: fix some warnings generated by g-ir-scanner.Evan Nemerson
2012-08-09gstobject: fix double string escaping in gst_object_default_deep_notify()Tim-Philipp Müller
2012-06-29gstobject: don't use g_strdup_value_contents()Wim Taymans
2012-06-18introspection: assorted introspection and documentation fixesEvan Nemerson
2012-06-12introspection: add some missing annotationsEvan Nemerson
2012-04-29gstobject: give the 20th queue element a different name than the first queue2...Tim-Philipp Müller
2012-04-25controller: expand the api to offer functions for plain and GValue arraysStefan Sauer
2012-04-12gst: Use gst_object_{ref|unref} where applicableEdward Hervey
2012-04-05gstobject: unparent the controlbinding on disposeStefan Sauer
2012-03-29docs: update more documentationWim Taymans
2012-03-02gst: Remove gstmarshal.[ch] completely and use the generic marshallerSebastian Dröge
2012-02-02trace: don't check random pointers for objectsWim Taymans
2012-01-30controller: rename control-bindingsStefan Sauer
2012-01-27trace: rework alloc tracingWim Taymans
2012-01-23object: register all properties in one goStefan Sauer
2012-01-23controller: allow different controlbindingsStefan Sauer
2012-01-20controller: improve control binding handlingStefan Sauer
2012-01-20controller: remove convenience api for control sourcesStefan Sauer
2012-01-19Update for new gthread APIWim Taymans
2011-12-31controller: remove obsolete FIXME commentStefan Sauer
2011-12-25controller: move GValue handling from control-sources to -bindingStefan Sauer
2011-12-25controller: move GstControlledProperty into a separate classStefan Sauer
2011-12-19controller: cleanup interpolation modesStefan Sauer
2011-12-19controlsources: refactor interpolation control sourceStefan Sauer
2011-12-06controller: fix gpointer vs. gpointer* mess upStefan Sauer
2011-12-06controller: use _OBJECT logging variants moreStefan Sauer
2011-12-06controller: remove GstValueArrayStefan Sauer