mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
docs/libs/gstreamer-libs-sections.txt: Add missing sections for libgstcontrol.
Original commit message from CVS: reviewed by: David Schleef <ds@schleef.org> * docs/libs/gstreamer-libs-sections.txt: Add missing sections for libgstcontrol.
This commit is contained in:
parent
aff2828040
commit
97cded9425
2 changed files with 26 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2004-02-18 kost@imn.htwk-leipzig.de
|
||||
|
||||
reviewed by: David Schleef <ds@schleef.org>
|
||||
|
||||
* docs/libs/gstreamer-libs-sections.txt: Add missing sections
|
||||
for libgstcontrol.
|
||||
|
||||
2004-02-18 David Schleef <ds@schleef.org>
|
||||
|
||||
* libs/gst/control/dparam.c: (gst_dparam_class_init):
|
||||
|
|
|
@ -150,7 +150,26 @@ gst_idct_destroy
|
|||
<FILE>gstcontrol</FILE>
|
||||
<INCLUDE>libs/control/control.h</INCLUDE>
|
||||
gst_control_init
|
||||
<SUBSECTION Dynamic Parameter Manager>
|
||||
gst_dpman_new
|
||||
gst_dpman_add_required_dparam_callback
|
||||
gst_dpman_add_required_dparam_direct
|
||||
gst_dpman_add_required_dparam_array
|
||||
gst_dpman_remove_required_dparam
|
||||
gst_dpman_attach_dparam
|
||||
gst_dpman_detach_dparam
|
||||
gst_dpman_get_dparam
|
||||
gst_dpman_get_dparam_type
|
||||
gst_dpman_register_mode
|
||||
gst_dpman_set_mode
|
||||
gst_dpman_set_parent
|
||||
gst_dpman_get_manager
|
||||
gst_dpman_bypass_dparam
|
||||
</SUBSECTION>
|
||||
<SUBSECTION Dynamic Parameters>
|
||||
gst_dparam_new
|
||||
gst_dparam_attach
|
||||
gst_dparam_detach
|
||||
gst_dparam_do_update_default
|
||||
</SUBSECTION>
|
||||
</SECTION>
|
||||
|
|
Loading…
Reference in a new issue