docs: fix some doc blocks
This commit is contained in:
parent
1664468eaa
commit
d3641943b3
@ -55,6 +55,7 @@ G_BEGIN_DECLS
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* GST_META_TAG_AUDIO_STR:
|
* GST_META_TAG_AUDIO_STR:
|
||||||
|
*
|
||||||
* This metadata is relevant for audio streams.
|
* This metadata is relevant for audio streams.
|
||||||
*
|
*
|
||||||
* Since: 1.2
|
* Since: 1.2
|
||||||
@ -62,6 +63,7 @@ G_BEGIN_DECLS
|
|||||||
#define GST_META_TAG_AUDIO_STR "audio"
|
#define GST_META_TAG_AUDIO_STR "audio"
|
||||||
/**
|
/**
|
||||||
* GST_META_TAG_AUDIO_CHANNELS_STR:
|
* GST_META_TAG_AUDIO_CHANNELS_STR:
|
||||||
|
*
|
||||||
* This metadata stays relevant as long as channels are unchanged.
|
* This metadata stays relevant as long as channels are unchanged.
|
||||||
*
|
*
|
||||||
* Since: 1.2
|
* Since: 1.2
|
||||||
|
@ -163,7 +163,8 @@ typedef enum
|
|||||||
GST_VIDEO_GL_TEXTURE_TYPE_RG
|
GST_VIDEO_GL_TEXTURE_TYPE_RG
|
||||||
} GstVideoGLTextureType;
|
} GstVideoGLTextureType;
|
||||||
|
|
||||||
/** GstVideoGLTextureOrientation:
|
/**
|
||||||
|
* GstVideoGLTextureOrientation:
|
||||||
* @GST_VIDEO_GL_TEXTURE_ORIENTATION_X_NORMAL_Y_NORMAL: Top line first in memory, left row first
|
* @GST_VIDEO_GL_TEXTURE_ORIENTATION_X_NORMAL_Y_NORMAL: Top line first in memory, left row first
|
||||||
* @GST_VIDEO_GL_TEXTURE_ORIENTATION_X_NORMAL_Y_FLIP: Bottom line first in memory, left row first
|
* @GST_VIDEO_GL_TEXTURE_ORIENTATION_X_NORMAL_Y_FLIP: Bottom line first in memory, left row first
|
||||||
* @GST_VIDEO_GL_TEXTURE_ORIENTATION_X_FLIP_Y_NORMAL: Top line first in memory, right row first
|
* @GST_VIDEO_GL_TEXTURE_ORIENTATION_X_FLIP_Y_NORMAL: Top line first in memory, right row first
|
||||||
@ -234,7 +235,7 @@ gboolean gst_video_gl_texture_upload_meta_upload (GstVideoGLTextureUploadMe
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstVideoRegionOfInterestMeta: a Bounding Box describing the inner part of a rectangle inside a video frame.
|
* GstVideoRegionOfInterestMeta:
|
||||||
* @meta: parent #GstMeta
|
* @meta: parent #GstMeta
|
||||||
* @roi_type: GQuark describing the semantic of the Roi (f.i. a face, a pedestrian)
|
* @roi_type: GQuark describing the semantic of the Roi (f.i. a face, a pedestrian)
|
||||||
* @id: identifier of this particular ROI
|
* @id: identifier of this particular ROI
|
||||||
|
@ -56,6 +56,7 @@ struct _GstVideoAlignment
|
|||||||
/* metadata macros */
|
/* metadata macros */
|
||||||
/**
|
/**
|
||||||
* GST_META_TAG_VIDEO_STR:
|
* GST_META_TAG_VIDEO_STR:
|
||||||
|
*
|
||||||
* This metadata is relevant for video streams.
|
* This metadata is relevant for video streams.
|
||||||
*
|
*
|
||||||
* Since: 1.2
|
* Since: 1.2
|
||||||
@ -63,6 +64,7 @@ struct _GstVideoAlignment
|
|||||||
#define GST_META_TAG_VIDEO_STR "video"
|
#define GST_META_TAG_VIDEO_STR "video"
|
||||||
/**
|
/**
|
||||||
* GST_META_TAG_VIDEO_ORIENTATION_STR:
|
* GST_META_TAG_VIDEO_ORIENTATION_STR:
|
||||||
|
*
|
||||||
* This metadata stays relevant as long as video orientation is unchanged.
|
* This metadata stays relevant as long as video orientation is unchanged.
|
||||||
*
|
*
|
||||||
* Since: 1.2
|
* Since: 1.2
|
||||||
@ -70,6 +72,7 @@ struct _GstVideoAlignment
|
|||||||
#define GST_META_TAG_VIDEO_ORIENTATION_STR "orientation"
|
#define GST_META_TAG_VIDEO_ORIENTATION_STR "orientation"
|
||||||
/**
|
/**
|
||||||
* GST_META_TAG_VIDEO_SIZE_STR:
|
* GST_META_TAG_VIDEO_SIZE_STR:
|
||||||
|
*
|
||||||
* This metadata stays relevant as long as video size is unchanged.
|
* This metadata stays relevant as long as video size is unchanged.
|
||||||
*
|
*
|
||||||
* Since: 1.2
|
* Since: 1.2
|
||||||
@ -77,6 +80,7 @@ struct _GstVideoAlignment
|
|||||||
#define GST_META_TAG_VIDEO_SIZE_STR "size"
|
#define GST_META_TAG_VIDEO_SIZE_STR "size"
|
||||||
/**
|
/**
|
||||||
* GST_META_TAG_VIDEO_COLORSPACE_STR:
|
* GST_META_TAG_VIDEO_COLORSPACE_STR:
|
||||||
|
*
|
||||||
* This metadata stays relevant as long as video colorspace is unchanged.
|
* This metadata stays relevant as long as video colorspace is unchanged.
|
||||||
*
|
*
|
||||||
* Since: 1.2
|
* Since: 1.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user