mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
doc/build: Fix doc typos
This minor update should workaround a build system bug. While the makefile has been updated to generate more enum type, there is nothing that updates the header and would lead to the generated code to be produced again. This minor doc fix should ensure no one get a build with missing symbols.
This commit is contained in:
parent
ceab711589
commit
8be88f0364
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ typedef struct _GstVideoFrame GstVideoFrame;
|
||||||
* GstVideoFrameFlags:
|
* GstVideoFrameFlags:
|
||||||
* @GST_VIDEO_FRAME_FLAG_NONE: no flags
|
* @GST_VIDEO_FRAME_FLAG_NONE: no flags
|
||||||
* @GST_VIDEO_FRAME_FLAG_INTERLACED: The video frame is interlaced. In mixed
|
* @GST_VIDEO_FRAME_FLAG_INTERLACED: The video frame is interlaced. In mixed
|
||||||
* interlace-mode, this flags specifies if the frame is interlace or
|
* interlace-mode, this flag specifies if the frame is interlaced or
|
||||||
* progressive.
|
* progressive.
|
||||||
* @GST_VIDEO_FRAME_FLAG_TFF: The video frame has the top field first
|
* @GST_VIDEO_FRAME_FLAG_TFF: The video frame has the top field first
|
||||||
* @GST_VIDEO_FRAME_FLAG_RFF: The video frame has the repeat flag
|
* @GST_VIDEO_FRAME_FLAG_RFF: The video frame has the repeat flag
|
||||||
|
|
Loading…
Reference in a new issue