summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-10-09 12:02:14 +0200
committerTim-Philipp Müller <tim@centricular.com>2020-10-10 16:40:00 +0100
commite436d0695fd9c63058bd91c2bf62680cb02666fc (patch)
treef37a664295214cd577e473e44e87025a2496851f
parent6c338647c30aac6c5ee5396a5f880ed59b8dec78 (diff)
downloadgstreamer-plugins-base-e436d0695fd9c63058bd91c2bf62680cb02666fc.tar.gz
video-info: clarify GST_VIDEO_INTERLACE_MODE_ALTERNATE doc
Fields really should alternate in this mode. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/859>
-rw-r--r--gst-libs/gst/video/video-info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/video/video-info.h b/gst-libs/gst/video/video-info.h
index 5181b43b7..435db812e 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