mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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:
parent
c726e0ab6d
commit
4b854b3440
1 changed files with 3 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue