diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2012-01-20 14:42:31 +0100 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2012-01-20 14:42:31 +0100 |
commit | dd9f0481ea810b85a78c4f8d8f9e23e7398dfffb (patch) | |
tree | 713b541704aa066c68222db4e52151ff61c1b040 /docs/gst | |
parent | c227d51fa9e17f9d9592a46387e198177c8510c1 (diff) |
controller: improve control binding handling
Change _set_control_binding to _add_control_binding and take ownership. Add a
_remove_control_binding function.
Diffstat (limited to 'docs/gst')
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 36acf8823..a19044dc1 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -1485,8 +1485,9 @@ gst_object_sync_values gst_object_has_active_control_bindings gst_object_set_control_bindings_disabled gst_object_set_control_binding_disabled -gst_object_set_control_binding +gst_object_add_control_binding gst_object_get_control_binding +gst_object_remove_control_binding gst_object_get_value gst_object_get_value_array gst_object_get_control_rate |