diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2014-01-13 20:48:32 +0100 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2014-01-13 20:51:03 +0100 |
commit | 4f70bd5a5a408f247a85b426e1d916a2205941ab (patch) | |
tree | e2489bfef62ed4234d631fca10bdf86b8ede21de | |
parent | 4f9d382a0aa71d8ef8413d89b98018ee89e66d1e (diff) |
docs: ensure GstBufferPools shows up as with GObject features
GstBufferPool is a GstObject, add the _get_type function to the types file.
-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 |