From 47cb25a1f83143c27d4d8c1caa8df7f465f535d7 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 1 Sep 2016 22:48:40 +1000 Subject: [PATCH] video-frame: Expand the range of caps for extended buffer flags The video buffer flags can be applied to encoded video streams, such as video/x-h264 marked up by a demuxer or parser. --- gst-libs/gst/video/video-frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/video/video-frame.h b/gst-libs/gst/video/video-frame.h index e894902..ef3e03b 100644 --- a/gst-libs/gst/video/video-frame.h +++ b/gst-libs/gst/video/video-frame.h @@ -156,7 +156,7 @@ gboolean gst_video_frame_copy_plane (GstVideoFrame *dest, const GstVideoFr * Additional video buffer flags. These flags can potentially be used on any * buffers carrying video data - even encoded data. * - * Note that these are only valid for #GstCaps of type: video/x-raw + * Note that these are only valid for #GstCaps of type: video/... * They can conflict with other extended buffer flags. */ typedef enum { -- 2.7.4