video-frame: GST_VIDEO_BUFFER_FLAG are only valid for video/x-raw caps

https://bugzilla.gnome.org/show_bug.cgi?id=769771
This commit is contained in:
Havard Graff 2016-09-01 09:59:06 +02:00 committed by Sebastian Dröge
parent c726e0ab6d
commit 4b854b3440

View file

@ -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),