mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
docs: ensure GstBufferPools shows up as with GObject features
GstBufferPool is a GstObject, add the _get_type function to the types file.
This commit is contained in:
parent
4f9d382a0a
commit
4f70bd5a5a
2 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue