From e73eb54908e0037c078dbb8c20234e5e08526413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 4 Nov 2016 16:25:55 +0200 Subject: [PATCH] video-info: Fix the docs to say interlace-mode, not interlaced-mode --- gst-libs/gst/video/video-info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/video/video-info.h b/gst-libs/gst/video/video-info.h index 35101218e3..d8d0279e88 100644 --- a/gst-libs/gst/video/video-info.h +++ b/gst-libs/gst/video/video-info.h @@ -235,7 +235,7 @@ typedef enum { * @GST_VIDEO_FIELD_ORDER_BOTTOM_FIELD_FIRST: bottom field is first * * Field order of interlaced content. This is only valid for - * interlaced-mode=interleaved and not interlaced-mode=mixed. In the case of + * interlace-mode=interleaved and not interlace-mode=mixed. In the case of * mixed or GST_VIDEO_FIELD_ORDER_UNKOWN, the field order is signalled via * buffer flags. *