mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
docs: update bufferpool docs
This commit is contained in:
parent
0986f3a64a
commit
d3c9f9247c
3 changed files with 35 additions and 1 deletions
|
@ -61,6 +61,7 @@ Windows. It is released under the GNU Library General Public License
|
||||||
<xi:include href="xml/gstbin.xml" />
|
<xi:include href="xml/gstbin.xml" />
|
||||||
<xi:include href="xml/gstbuffer.xml" />
|
<xi:include href="xml/gstbuffer.xml" />
|
||||||
<xi:include href="xml/gstbufferlist.xml" />
|
<xi:include href="xml/gstbufferlist.xml" />
|
||||||
|
<xi:include href="xml/gstbufferpool.xml" />
|
||||||
<xi:include href="xml/gstbus.xml" />
|
<xi:include href="xml/gstbus.xml" />
|
||||||
<xi:include href="xml/gstcaps.xml" />
|
<xi:include href="xml/gstcaps.xml" />
|
||||||
<xi:include href="xml/gstchildproxy.xml" />
|
<xi:include href="xml/gstchildproxy.xml" />
|
||||||
|
|
|
@ -247,6 +247,39 @@ gst_meta_register
|
||||||
gst_meta_get_info
|
gst_meta_get_info
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gstbufferpool</FILE>
|
||||||
|
<TITLE>GstBufferPool</TITLE>
|
||||||
|
GstBufferPool
|
||||||
|
GstBufferPoolClass
|
||||||
|
GstBufferPoolFlags
|
||||||
|
GstBufferPoolParams
|
||||||
|
gst_buffer_pool_new
|
||||||
|
|
||||||
|
gst_buffer_pool_config_get
|
||||||
|
gst_buffer_pool_config_set
|
||||||
|
|
||||||
|
gst_buffer_pool_get_config
|
||||||
|
gst_buffer_pool_set_config
|
||||||
|
|
||||||
|
gst_buffer_pool_set_active
|
||||||
|
|
||||||
|
gst_buffer_pool_acquire_buffer
|
||||||
|
gst_buffer_pool_release_buffer
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GST_BUFFER_POOL_CLASS
|
||||||
|
GST_BUFFER_POOL_CAST
|
||||||
|
GST_BUFFER_POOL_TRACE_NAME
|
||||||
|
GstBufferPoolPrivate
|
||||||
|
GST_BUFFER_POOL
|
||||||
|
GST_IS_BUFFER_POOL
|
||||||
|
GST_TYPE_BUFFER_POOL
|
||||||
|
gst_buffer_pool_get_type
|
||||||
|
GST_IS_BUFFER_POOL_CLASS
|
||||||
|
GST_BUFFER_POOL_GET_CLASS
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstbufferlist</FILE>
|
<FILE>gstbufferlist</FILE>
|
||||||
<TITLE>GstBufferList</TITLE>
|
<TITLE>GstBufferList</TITLE>
|
||||||
|
|
|
@ -132,8 +132,8 @@ EXPORTS
|
||||||
gst_buffer_pool_get_type
|
gst_buffer_pool_get_type
|
||||||
gst_buffer_pool_new
|
gst_buffer_pool_new
|
||||||
gst_buffer_pool_release_buffer
|
gst_buffer_pool_release_buffer
|
||||||
|
gst_buffer_pool_set_active
|
||||||
gst_buffer_pool_set_config
|
gst_buffer_pool_set_config
|
||||||
gst_buffer_pool_set_flushing
|
|
||||||
gst_buffer_set_caps
|
gst_buffer_set_caps
|
||||||
gst_buffer_span
|
gst_buffer_span
|
||||||
gst_buffer_try_new_and_alloc
|
gst_buffer_try_new_and_alloc
|
||||||
|
|
Loading…
Reference in a new issue