mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
video: fix docs
This commit is contained in:
parent
500ad37657
commit
9592796d8a
1 changed files with 7 additions and 7 deletions
|
@ -305,13 +305,13 @@ typedef struct _GstVideoFrame GstVideoFrame;
|
|||
|
||||
/**
|
||||
* GstVideoFlags:
|
||||
* @GST_META_VIDEO_FLAG_NONE: no flags
|
||||
* @GST_META_VIDEO_FLAG_INTERLACED: The video is interlaced
|
||||
* @GST_META_VIDEO_FLAG_TFF: The video has the top field first
|
||||
* @GST_META_VIDEO_FLAG_RFF: The video has the repeat flag
|
||||
* @GST_META_VIDEO_FLAG_ONEFIELD: one field
|
||||
* @GST_META_VIDEO_FLAG_TELECINE: telecine
|
||||
* @GST_META_VIDEO_FLAG_PROGRESSIVE: video is progressive
|
||||
* @GST_VIDEO_FLAG_NONE: no flags
|
||||
* @GST_VIDEO_FLAG_INTERLACED: The video is interlaced
|
||||
* @GST_VIDEO_FLAG_TFF: The video has the top field first
|
||||
* @GST_VIDEO_FLAG_RFF: The video has the repeat flag
|
||||
* @GST_VIDEO_FLAG_ONEFIELD: one field
|
||||
* @GST_VIDEO_FLAG_TELECINE: telecine
|
||||
* @GST_VIDEO_FLAG_PROGRESSIVE: video is progressive
|
||||
*
|
||||
* Extra video flags
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue