mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
docs/libs/gstreamer-libs-sections.txt: Add the two new controller functions to the appropiate places.
Original commit message from CVS: * docs/libs/gstreamer-libs-sections.txt: Add the two new controller functions to the appropiate places.
This commit is contained in:
parent
82543e317f
commit
7309d454e7
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-05-17 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* docs/libs/gstreamer-libs-sections.txt:
|
||||
Add the two new controller functions to the appropiate places.
|
||||
|
||||
2007-05-17 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
reviewed by: Stefan Kost <ensonic@users.sf.net>
|
||||
|
|
|
@ -73,6 +73,7 @@ gst_controller_unset
|
|||
gst_controller_unset_all
|
||||
gst_controller_get
|
||||
gst_controller_get_all
|
||||
gst_controller_suggest_next_sync
|
||||
gst_controller_sync_values
|
||||
gst_controller_get_value_arrays
|
||||
gst_controller_get_value_array
|
||||
|
@ -102,6 +103,7 @@ gst_object_control_properties
|
|||
gst_object_uncontrol_properties
|
||||
gst_object_get_controller
|
||||
gst_object_set_controller
|
||||
gst_object_suggest_next_sync
|
||||
gst_object_sync_values
|
||||
gst_object_get_value_arrays
|
||||
gst_object_get_value_array
|
||||
|
|
Loading…
Reference in a new issue