mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
video: Fix/Add section documentation
This commit is contained in:
parent
10c161c7a7
commit
c64d2cf396
3 changed files with 14 additions and 2 deletions
|
@ -23,6 +23,13 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
/**
|
||||
* SECTION:gstvideoaffinetransformationmeta
|
||||
* @title: GstVideoAffineTransformationMeta
|
||||
* @short_description: GstMeta for video affine transformation
|
||||
*
|
||||
*/
|
||||
|
||||
GType
|
||||
gst_video_affine_transformation_meta_api_get_type (void)
|
||||
{
|
||||
|
|
|
@ -26,6 +26,12 @@
|
|||
#include <gst/video/video.h>
|
||||
#include "gstvideoutils.h"
|
||||
|
||||
/**
|
||||
* SECTION:gstvideoutils
|
||||
* @title: GstVideo Codec utility function
|
||||
* @short_description: Extra utility functions for video codecs
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
G_DEFINE_BOXED_TYPE (GstVideoCodecFrame, gst_video_codec_frame,
|
||||
|
|
|
@ -31,12 +31,11 @@
|
|||
|
||||
/**
|
||||
* SECTION:gstvideo
|
||||
* @title: GstVideoAlignment
|
||||
* @title: GstVideo
|
||||
* @short_description: Support library for video operations
|
||||
*
|
||||
* This library contains some helper functions and includes the
|
||||
* videosink and videofilter base classes.
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue