From 44b1fb03fceb53228c3b8d7d04751ed21a6270d6 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 9 Oct 2020 12:02:14 +0200 Subject: [PATCH] video-info: clarify GST_VIDEO_INTERLACE_MODE_ALTERNATE doc Fields really should alternate in this mode. Part-of: --- 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 5181b43b7b..435db812ec 100644 --- a/gst-libs/gst/video/video-info.h +++ b/gst-libs/gst/video/video-info.h @@ -68,7 +68,7 @@ typedef struct _GstVideoInfo GstVideoInfo; * @GST_VIDEO_INTERLACE_MODE_ALTERNATE: 1 field is stored in one buffer, * @GST_VIDEO_BUFFER_FLAG_TF or @GST_VIDEO_BUFFER_FLAG_BF indicates if * the buffer is carrying the top or bottom field, respectively. The top and - * bottom buffers are expected to alternate in the pipeline, with this mode + * bottom buffers must alternate in the pipeline, with this mode * (Since: 1.16). * * The possible values of the #GstVideoInterlaceMode describing the interlace