Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Guillaume Desmottes authored and tp-m committed Oct 10, 2020
1 parent 6c33864 commit e436d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gst-libs/gst/video/video-info.h
Expand Up @@ -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
Expand Down

0 comments on commit e436d06

Please sign in to comment.