docs: Add some missing sections documentation
authorThibault Saunier <tsaunier@igalia.com>
Mon, 22 Oct 2018 09:37:44 +0000 (11:37 +0200)
committerThibault Saunier <tsaunier@igalia.com>
Mon, 13 May 2019 14:19:22 +0000 (10:19 -0400)
gst-libs/gst/video/gstvideoutils.c
gst-libs/gst/video/video-info.c
gst-libs/gst/video/video-info.h
gst/playback/gstplayback.c

index e89636b..844707b 100644 (file)
  * 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"
index 0318f81..2031105 100644 (file)
  * 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
index 6df8202..30be5ac 100644 (file)
@@ -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;
index 3c3efa5..140a291 100644 (file)
  * 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"