From 4b854b3440c4917272a8909c6685169b9cc404dc Mon Sep 17 00:00:00 2001 From: Havard Graff Date: Thu, 1 Sep 2016 09:59:06 +0200 Subject: [PATCH] video-frame: GST_VIDEO_BUFFER_FLAG are only valid for video/x-raw caps https://bugzilla.gnome.org/show_bug.cgi?id=769771 --- gst-libs/gst/video/video-frame.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gst-libs/gst/video/video-frame.h b/gst-libs/gst/video/video-frame.h index 020d6e1cfa..e894902428 100644 --- a/gst-libs/gst/video/video-frame.h +++ b/gst-libs/gst/video/video-frame.h @@ -155,6 +155,9 @@ 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 + * They can conflict with other extended buffer flags. */ typedef enum { GST_VIDEO_BUFFER_FLAG_INTERLACED = (GST_BUFFER_FLAG_LAST << 0),