mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:28:32 +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>
|
#include <string.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SECTION:gstvideoaffinetransformationmeta
|
||||||
|
* @title: GstVideoAffineTransformationMeta
|
||||||
|
* @short_description: GstMeta for video affine transformation
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
GType
|
GType
|
||||||
gst_video_affine_transformation_meta_api_get_type (void)
|
gst_video_affine_transformation_meta_api_get_type (void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,6 +26,12 @@
|
||||||
#include <gst/video/video.h>
|
#include <gst/video/video.h>
|
||||||
#include "gstvideoutils.h"
|
#include "gstvideoutils.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SECTION:gstvideoutils
|
||||||
|
* @title: GstVideo Codec utility function
|
||||||
|
* @short_description: Extra utility functions for video codecs
|
||||||
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
G_DEFINE_BOXED_TYPE (GstVideoCodecFrame, gst_video_codec_frame,
|
G_DEFINE_BOXED_TYPE (GstVideoCodecFrame, gst_video_codec_frame,
|
||||||
|
|
|
@ -31,12 +31,11 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gstvideo
|
* SECTION:gstvideo
|
||||||
* @title: GstVideoAlignment
|
* @title: GstVideo
|
||||||
* @short_description: Support library for video operations
|
* @short_description: Support library for video operations
|
||||||
*
|
*
|
||||||
* This library contains some helper functions and includes the
|
* This library contains some helper functions and includes the
|
||||||
* videosink and videofilter base classes.
|
* videosink and videofilter base classes.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue