From 6442e76e9ff3b5ee031d410c3d9f3f3f576149a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 21 Feb 2014 19:28:55 +0000 Subject: [PATCH] docs: add GstVideoPool to docs --- docs/libs/gst-plugins-base-libs-docs.sgml | 1 + docs/libs/gst-plugins-base-libs-sections.txt | 1 + gst-libs/gst/video/gstvideopool.c | 12 ++++++++++++ 3 files changed, 14 insertions(+) diff --git a/docs/libs/gst-plugins-base-libs-docs.sgml b/docs/libs/gst-plugins-base-libs-docs.sgml index 734c46a..fedb377 100644 --- a/docs/libs/gst-plugins-base-libs-docs.sgml +++ b/docs/libs/gst-plugins-base-libs-docs.sgml @@ -195,6 +195,7 @@ + diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index d8498a4..4ddd44b 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -2337,6 +2337,7 @@ GST_TYPE_NAVIGATION_EVENT_TYPE
gstvideopool +GstVideoPool gst/video/gstvideopool.h GstVideoBufferPool GstVideoBufferPoolClass diff --git a/gst-libs/gst/video/gstvideopool.c b/gst-libs/gst/video/gstvideopool.c index 63d2a2c..4475f45 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 -- 2.7.4