mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-13 09:45:27 +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/gstvideooverlay.xml" />
|
||||||
<xi:include href="xml/gstvideodecoder.xml" />
|
<xi:include href="xml/gstvideodecoder.xml" />
|
||||||
<xi:include href="xml/gstvideoencoder.xml" />
|
<xi:include href="xml/gstvideoencoder.xml" />
|
||||||
|
<xi:include href="xml/gstvideopool.xml" />
|
||||||
<xi:include href="xml/gstvideoutils.xml" />
|
<xi:include href="xml/gstvideoutils.xml" />
|
||||||
</chapter>
|
</chapter>
|
||||||
</part>
|
</part>
|
||||||
|
|
|
@ -2337,6 +2337,7 @@ GST_TYPE_NAVIGATION_EVENT_TYPE
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstvideopool</FILE>
|
<FILE>gstvideopool</FILE>
|
||||||
|
<TITLE>GstVideoPool</TITLE>
|
||||||
<INCLUDE>gst/video/gstvideopool.h</INCLUDE>
|
<INCLUDE>gst/video/gstvideopool.h</INCLUDE>
|
||||||
GstVideoBufferPool
|
GstVideoBufferPool
|
||||||
GstVideoBufferPoolClass
|
GstVideoBufferPoolClass
|
||||||
|
|
|
@ -20,6 +20,18 @@
|
||||||
#include "gst/video/gstvideometa.h"
|
#include "gst/video/gstvideometa.h"
|
||||||
#include "gst/video/gstvideopool.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:
|
* gst_buffer_pool_config_set_video_alignment:
|
||||||
* @config: a #GstStructure
|
* @config: a #GstStructure
|
||||||
|
|
Loading…
Reference in a new issue