summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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