From 6a78d20272aabe425ec1ebf538ddea2de4e2824e Mon Sep 17 00:00:00 2001 From: Aaron Boxer Date: Wed, 1 May 2019 15:44:44 -0400 Subject: [PATCH] video-frame: update docs mention closed caption caps as valid caps for video buffer flags --- gst-libs/gst/video/video-frame.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/video/video-frame.h b/gst-libs/gst/video/video-frame.h index dde4b9c5eb..1290962e03 100644 --- a/gst-libs/gst/video/video-frame.h +++ b/gst-libs/gst/video/video-frame.h @@ -179,9 +179,9 @@ gboolean gst_video_frame_copy_plane (GstVideoFrame *dest, const GstVideoFr * @GST_VIDEO_BUFFER_FLAG_LAST: Offset to define more flags * * Additional video buffer flags. These flags can potentially be used on any - * buffers carrying video data - even encoded data. + * buffers carrying closed caption data, or video data - even encoded data. * - * Note that these are only valid for #GstCaps of type: video/... + * Note that these are only valid for #GstCaps of type: video/... and caption/... * They can conflict with other extended buffer flags. */ typedef enum {