summaryrefslogtreecommitdiff
path: root/gst/gstcontrolsource.c
Commit message (Expand)AuthorAgeFilesLines
* Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier2021-09-241-125/+0
* Check mandatory ClockTime argumentsFrançois Laignel2021-06-161-0/+3
* gst: Don't ref_sink() GstObject subclasses in instance_init/constructorSebastian Dröge2017-05-171-20/+0
* Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier2017-01-271-0/+1
* controlsource: Remove misleading sentence from the documentationSebastian Dröge2016-10-131-1/+1
* controlsource: Annotate get_value[_array] as (method)Thibault Saunier2015-11-301-2/+2
* gstcontrolsource: Add missing (out) annotationMathieu Duponchelle2015-10-221-1/+1
* introspection: fix some minor annotation bugsEvan Nemerson2014-06-061-1/+1
* docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson2014-05-301-1/+1
* docs: add missing docs, fixing doc errorsSebastian Rasmussen2013-12-031-2/+2
* docs: improve api docs for controlsource and -bindingStefan Sauer2013-01-101-12/+10
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* introspection: assorted introspection and documentation fixesEvan Nemerson2012-06-181-1/+1
* controller: expand the api to offer functions for plain and GValue arraysStefan Sauer2012-04-251-1/+2
* controlsource: sink the floating refStefan Sauer2012-01-301-0/+20
* control-sources: turn into GstObjectsStefan Sauer2011-12-311-1/+1
* controller: move GValue handling from control-sources to -bindingStefan Sauer2011-12-251-46/+6
* controller: move GstControlledProperty into a separate classStefan Sauer2011-12-251-6/+11
* controller: remove unused parent_class varriable from controlsourceStefan Sauer2011-12-201-4/+0
* controller: fix gpointer vs. gpointer* mess upStefan Sauer2011-12-061-1/+1
* controller: remove GstValueArrayStefan Sauer2011-12-061-2/+3
* controller: merge controller into gstobjectStefan Sauer2011-11-101-2/+5
* controller: move to core/gstobjectStefan Sauer2011-11-041-0/+157