mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
parent
f6230fd7d2
commit
991cac5e96
2 changed files with 12 additions and 0 deletions
|
@ -150,4 +150,7 @@ gst_idct_destroy
|
|||
<FILE>gstcontrol</FILE>
|
||||
<INCLUDE>libs/control/control.h</INCLUDE>
|
||||
gst_control_init
|
||||
gst_dparam_attach
|
||||
gst_dparam_detach
|
||||
gst_dparam_do_update_default
|
||||
</SECTION>
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
#include <gst/gst.h>
|
||||
#include <gst/control/control.h>
|
||||
|
||||
gst_object_get_type
|
||||
gst_dparam_get_type
|
||||
gst_dpman_get_type
|
||||
gst_dpsmooth_get_type
|
||||
gst_dp_linint_get_type
|
||||
gst_unitconv_get_type
|
Loading…
Reference in a new issue