mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
docs: Add some missing sections documentation
This commit is contained in:
parent
1a2fe0e6e4
commit
f9de1b9214
4 changed files with 17 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue