From 8be88f0364225643663b5771b59e51e24579f969 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Thu, 9 Jul 2015 10:47:20 -0400 Subject: [PATCH] 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. --- gst-libs/gst/video/video-frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/video/video-frame.h b/gst-libs/gst/video/video-frame.h index 27d5e44103..020d6e1cfa 100644 --- a/gst-libs/gst/video/video-frame.h +++ b/gst-libs/gst/video/video-frame.h @@ -30,7 +30,7 @@ typedef struct _GstVideoFrame GstVideoFrame; * GstVideoFrameFlags: * @GST_VIDEO_FRAME_FLAG_NONE: no flags * @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. * @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