mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
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.
This commit is contained in:
parent
32aebd7baf
commit
47cb25a1f8
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue