mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
docs: add GstVideoPool to docs
This commit is contained in:
parent
2df1e56bb7
commit
6442e76e9f
3 changed files with 14 additions and 0 deletions
|
@ -195,6 +195,7 @@
|
|||
<xi:include href="xml/gstvideooverlay.xml" />
|
||||
<xi:include href="xml/gstvideodecoder.xml" />
|
||||
<xi:include href="xml/gstvideoencoder.xml" />
|
||||
<xi:include href="xml/gstvideopool.xml" />
|
||||
<xi:include href="xml/gstvideoutils.xml" />
|
||||
</chapter>
|
||||
</part>
|
||||
|
|
|
@ -2337,6 +2337,7 @@ GST_TYPE_NAVIGATION_EVENT_TYPE
|
|||
|
||||
<SECTION>
|
||||
<FILE>gstvideopool</FILE>
|
||||
<TITLE>GstVideoPool</TITLE>
|
||||
<INCLUDE>gst/video/gstvideopool.h</INCLUDE>
|
||||
GstVideoBufferPool
|
||||
GstVideoBufferPoolClass
|
||||
|
|
|
@ -20,6 +20,18 @@
|
|||
#include "gst/video/gstvideometa.h"
|
||||
#include "gst/video/gstvideopool.h"
|
||||
|
||||
/**
|
||||
* SECTION:gstvideopool
|
||||
* @short_description: GstBufferPool for raw video buffers
|
||||
* @see_also: #GstBufferPool
|
||||
*
|
||||
* Special GstBufferPool subclass for raw video buffers.
|
||||
*
|
||||
* Allows configuration of video-specific requirements such as
|
||||
* stride alignments or pixel padding, and can also be configured
|
||||
* to automatically add #GstVideoMeta to the buffers.
|
||||
*/
|
||||
|
||||
/**
|
||||
* gst_buffer_pool_config_set_video_alignment:
|
||||
* @config: a #GstStructure
|
||||
|
|
Loading…
Reference in a new issue