summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-10-09 12:02:14 +0200
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-10-12 13:17:53 +0000
commitb43853574320a840caef9bba9fa3fe5263abf6a5 (patch)
treec61073daeff45dab12a16a161d8e90fa27bda6a3
parent4b0a139714e9ac85ead7b7f8e491f6e705cf62a1 (diff)
downloadgstreamer-plugins-base-b43853574320a840caef9bba9fa3fe5263abf6a5.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/862>
-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 44d27fab2..87a8d3354 100644
--- a/gst-libs/gst/video/video-info.h
+++ b/gst-libs/gst/video/video-info.h
@@ -57,7 +57,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