docs: Add some missing sections documentation

This commit is contained in:
Thibault Saunier 2018-10-22 11:37:44 +02:00
parent 1a2fe0e6e4
commit f9de1b9214
4 changed files with 17 additions and 1 deletions

View file

@ -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"

View file

@ -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

View 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;

View file

@ -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"