diff --git a/docs/libs/gstreamer-libs-sections.txt b/docs/libs/gstreamer-libs-sections.txt index bb34c2e99d..e0beeaac9c 100644 --- a/docs/libs/gstreamer-libs-sections.txt +++ b/docs/libs/gstreamer-libs-sections.txt @@ -150,4 +150,7 @@ gst_idct_destroy gstcontrol libs/control/control.h gst_control_init +gst_dparam_attach +gst_dparam_detach +gst_dparam_do_update_default diff --git a/docs/libs/gstreamer-libs.types b/docs/libs/gstreamer-libs.types index e69de29bb2..a8d4b0c38a 100644 --- a/docs/libs/gstreamer-libs.types +++ b/docs/libs/gstreamer-libs.types @@ -0,0 +1,9 @@ +#include +#include + +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