From 4f70bd5a5a408f247a85b426e1d916a2205941ab Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Mon, 13 Jan 2014 20:48:32 +0100 Subject: [PATCH] docs: ensure GstBufferPools shows up as with GObject features GstBufferPool is a GstObject, add the _get_type function to the types file. --- docs/gst/gstreamer-sections.txt | 5 +++-- 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 40666189c4..fe90c06ff9 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -329,15 +329,16 @@ gst_buffer_pool_release_buffer 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 + +gst_buffer_pool_get_type +GstBufferPoolPrivate
diff --git a/docs/gst/gstreamer.types.in b/docs/gst/gstreamer.types.in index d01b2dc10a..f2f95f18cc 100644 --- a/docs/gst/gstreamer.types.in +++ b/docs/gst/gstreamer.types.in @@ -9,6 +9,7 @@ #include gst_bin_get_type +gst_buffer_pool_get_type gst_bus_get_type gst_child_proxy_get_type gst_clock_get_type