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:
Nicolas Dufresne 2015-07-09 10:47:20 -04:00
parent ceab711589
commit 8be88f0364

View file

@ -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