diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-02-21 19:28:55 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-02-23 14:42:12 +0000 |
commit | 6442e76e9ff3b5ee031d410c3d9f3f3f576149a0 (patch) | |
tree | 8362c344a31966bd5ad47612cb3f78613dcaf358 /gst-libs/gst/video/gstvideopool.c | |
parent | 2df1e56bb7240e158373313d2dfa577c40f10766 (diff) |
docs: add GstVideoPool to docs
Diffstat (limited to 'gst-libs/gst/video/gstvideopool.c')
-rw-r--r-- | gst-libs/gst/video/gstvideopool.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gst-libs/gst/video/gstvideopool.c b/gst-libs/gst/video/gstvideopool.c index 63d2a2c24..4475f45a4 100644 --- a/gst-libs/gst/video/gstvideopool.c +++ b/gst-libs/gst/video/gstvideopool.c @@ -21,6 +21,18 @@ #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 * @align: a #GstVideoAlignment |