diff options
Diffstat (limited to 'docs/gst')
-rw-r--r-- | docs/gst/gstreamer-sections.txt | 5 | ||||
-rw-r--r-- | docs/gst/gstreamer.types.in | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 40666189c..fe90c06ff 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -329,15 +329,16 @@ gst_buffer_pool_release_buffer <SUBSECTION Standard> GST_BUFFER_POOL_CLASS GST_BUFFER_POOL_CAST -GstBufferPoolPrivate GST_BUFFER_POOL GST_IS_BUFFER_POOL GST_TYPE_BUFFER_POOL -gst_buffer_pool_get_type GST_TYPE_BUFFER_POOL_ACQUIRE_FLAGS gst_buffer_pool_acquire_flags_get_type GST_IS_BUFFER_POOL_CLASS GST_BUFFER_POOL_GET_CLASS +<SUBSECTION Private> +gst_buffer_pool_get_type +GstBufferPoolPrivate </SECTION> <SECTION> diff --git a/docs/gst/gstreamer.types.in b/docs/gst/gstreamer.types.in index d01b2dc10..f2f95f18c 100644 --- a/docs/gst/gstreamer.types.in +++ b/docs/gst/gstreamer.types.in @@ -9,6 +9,7 @@ #include <gst/gst.h> gst_bin_get_type +gst_buffer_pool_get_type gst_bus_get_type gst_child_proxy_get_type gst_clock_get_type |