docs: Add some missing sections documentation
This commit is contained in:
parent
1a2fe0e6e4
commit
f9de1b9214
@ -18,6 +18,11 @@
|
|||||||
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||||
* Boston, MA 02110-1301, USA.
|
* Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
/**
|
||||||
|
* SECTION:gstvideoutils
|
||||||
|
* @title: GstVideoCodecFrame
|
||||||
|
* @short_description: Structures and enumerations to represented encoded frames.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -19,6 +19,12 @@
|
|||||||
* Boston, MA 02110-1301, USA.
|
* Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SECTION:video-info
|
||||||
|
* @title: GstVideoInfo
|
||||||
|
* @short_description: Structures and enumerations to describe raw images
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -323,7 +323,7 @@ struct _GstVideoInfo {
|
|||||||
/* Union preserves padded struct size for backwards compat
|
/* Union preserves padded struct size for backwards compat
|
||||||
* Consumer code should use the accessor macros for fields */
|
* Consumer code should use the accessor macros for fields */
|
||||||
union {
|
union {
|
||||||
struct {
|
struct { /* < skip > */
|
||||||
GstVideoMultiviewMode multiview_mode;
|
GstVideoMultiviewMode multiview_mode;
|
||||||
GstVideoMultiviewFlags multiview_flags;
|
GstVideoMultiviewFlags multiview_flags;
|
||||||
GstVideoFieldOrder field_order;
|
GstVideoFieldOrder field_order;
|
||||||
|
@ -16,6 +16,11 @@
|
|||||||
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||||
* Boston, MA 02110-1301, USA.
|
* 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
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user