From f9de1b92149021fc3f3f5809599b3d8ecd1d968c Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 22 Oct 2018 11:37:44 +0200 Subject: [PATCH] docs: Add some missing sections documentation --- gst-libs/gst/video/gstvideoutils.c | 5 +++++ gst-libs/gst/video/video-info.c | 6 ++++++ gst-libs/gst/video/video-info.h | 2 +- gst/playback/gstplayback.c | 5 +++++ 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/video/gstvideoutils.c b/gst-libs/gst/video/gstvideoutils.c index e89636b..844707b 100644 --- a/gst-libs/gst/video/gstvideoutils.c +++ b/gst-libs/gst/video/gstvideoutils.c @@ -18,6 +18,11 @@ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301, USA. */ +/** + * SECTION:gstvideoutils + * @title: GstVideoCodecFrame + * @short_description: Structures and enumerations to represented encoded frames. + */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/gst-libs/gst/video/video-info.c b/gst-libs/gst/video/video-info.c index 0318f81..2031105 100644 --- a/gst-libs/gst/video/video-info.c +++ b/gst-libs/gst/video/video-info.c @@ -19,6 +19,12 @@ * Boston, MA 02110-1301, USA. */ +/** + * SECTION:video-info + * @title: GstVideoInfo + * @short_description: Structures and enumerations to describe raw images + */ + #ifdef HAVE_CONFIG_H # include "config.h" #endif diff --git a/gst-libs/gst/video/video-info.h b/gst-libs/gst/video/video-info.h index 6df8202..30be5ac 100644 --- a/gst-libs/gst/video/video-info.h +++ b/gst-libs/gst/video/video-info.h @@ -323,7 +323,7 @@ struct _GstVideoInfo { /* Union preserves padded struct size for backwards compat * Consumer code should use the accessor macros for fields */ union { - struct { + struct { /* < skip > */ GstVideoMultiviewMode multiview_mode; GstVideoMultiviewFlags multiview_flags; GstVideoFieldOrder field_order; diff --git a/gst/playback/gstplayback.c b/gst/playback/gstplayback.c index 3c3efa5..140a291 100644 --- a/gst/playback/gstplayback.c +++ b/gst/playback/gstplayback.c @@ -16,6 +16,11 @@ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301, USA. */ +/** + * SECTION:plugin-playback + * short_description: Set of elements to create dynamic pipelines (or part of it) to play + * media files. + */ #ifdef HAVE_CONFIG_H #include "config.h" -- 2.7.4