summaryrefslogtreecommitdiff
path: root/gst/gstobject.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-22object: Add missing annotations to get_value_array() / get_value_g_array()Sebastian Dröge1-2/+2
2017-05-17gst: Correctly annotate functions taking floating reference parameters and re...Sebastian Dröge1-3/+4
2017-05-17gst: Fix floating reference inconsistencies in error casesVineeth TM1-0/+2
2017-05-15gst: add GST_DEPRECATED_FOR() and also export deprecated symbolsTim-Philipp Müller1-4/+0
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-30/+17
2016-12-20leaks: Allow tracing Gst(Mini)Object reffing operationsThibault Saunier1-2/+4
2016-10-13object: Fix broken sentence structure in docsSebastian Dröge1-1/+1
2016-08-13Remove old alloc tracing code now that we have a GstTracer-based replacementTim-Philipp Müller1-17/+0
2016-06-02tracing: add hooks when objects or miniobjects are created and destroyedGuillaume Desmottes1-0/+10
2016-05-26object: Notify name change when using _set_name()Nicolas Dufresne1-4/+2
2016-04-02GST_REFCOUNTING: Add logging of pointer address for dispose, finalize, etc me...Mark Combellack1-2/+2
2015-05-15gstobject: add gst_object_has_as_ancestor and deprecate previous functionStefan Sauer1-2/+28
2015-05-15gstobject: rename gst_object_has_parent to gst_object_has_as_parentStefan Sauer1-2/+2
2014-11-10gstobject: Add gst_object_has_parent()Jan Alexander Steffens (heftig)1-0/+28
2014-06-26introspection: add some missing allow-none annotations to in paramsEvan Nemerson1-2/+2
2014-06-26introspection: add nullability annotations to out and inout paramsEvan Nemerson1-2/+2
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-9/+10
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-12/+12
2014-05-30docs: fix type in GstObject docsTim-Philipp Müller1-2/+2
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2014-01-09gstobject: add FIXME and docs for the disabled notify on parentStefan Sauer1-3/+14
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-1/+1
2013-12-07Fix some typos in code comments and debug messagesSebastian Rasmussen1-1/+1
2013-12-03docs: add missing docs, fixing doc errorsSebastian Rasmussen1-2/+2
2013-10-25docs: fix typos in gstobjectLuis de Bethencourt1-7/+7
2013-03-02Fix misspellings of 'continuous'David Schleef1-1/+1
2013-02-08controlbinding: error handling for binding controlsources to wrong propertiesStefan Sauer1-4/+6
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-21object: update controller documentationMark Nauwelaerts1-6/+2
2012-09-10gst: remove some defunct commented codeMark Nauwelaerts1-2/+0
2012-08-10introspection: fix some warnings generated by g-ir-scanner.Evan Nemerson1-3/+3
2012-08-09gstobject: fix double string escaping in gst_object_default_deep_notify()Tim-Philipp Müller1-1/+4
2012-06-29gstobject: don't use g_strdup_value_contents()Wim Taymans1-13/+1
2012-06-18introspection: assorted introspection and documentation fixesEvan Nemerson1-1/+1
2012-06-12introspection: add some missing annotationsEvan Nemerson1-3/+3
2012-04-29gstobject: give the 20th queue element a different name than the first queue2...Tim-Philipp Müller1-1/+8
2012-04-25controller: expand the api to offer functions for plain and GValue arraysStefan Sauer1-2/+47
2012-04-12gst: Use gst_object_{ref|unref} where applicableEdward Hervey1-3/+3
2012-04-05gstobject: unparent the controlbinding on disposeStefan Sauer1-1/+1
2012-03-29docs: update more documentationWim Taymans1-43/+5
2012-03-02gst: Remove gstmarshal.[ch] completely and use the generic marshallerSebastian Dröge1-2/+1
2012-02-02trace: don't check random pointers for objectsWim Taymans1-1/+1
2012-01-30controller: rename control-bindingsStefan Sauer1-1/+1
2012-01-27trace: rework alloc tracingWim Taymans1-3/+4
2012-01-23object: register all properties in one goStefan Sauer1-4/+2
2012-01-23controller: allow different controlbindingsStefan Sauer1-3/+3
2012-01-20controller: improve control binding handlingStefan Sauer1-19/+50
2012-01-20controller: remove convenience api for control sourcesStefan Sauer1-81/+1
2012-01-19Update for new gthread APIWim Taymans1-2/+2
2011-12-31controller: remove obsolete FIXME commentStefan Sauer1-1/+0