mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
video-frame: update docs
mention closed caption caps as valid caps for video buffer flags
This commit is contained in:
parent
909b59dd55
commit
6a78d20272
1 changed files with 2 additions and 2 deletions
|
@ -179,9 +179,9 @@ gboolean gst_video_frame_copy_plane (GstVideoFrame *dest, const GstVideoFr
|
|||
* @GST_VIDEO_BUFFER_FLAG_LAST: Offset to define more flags
|
||||
*
|
||||
* Additional video buffer flags. These flags can potentially be used on any
|
||||
* buffers carrying video data - even encoded data.
|
||||
* buffers carrying closed caption data, or video data - even encoded data.
|
||||
*
|
||||
* Note that these are only valid for #GstCaps of type: video/...
|
||||
* Note that these are only valid for #GstCaps of type: video/... and caption/...
|
||||
* They can conflict with other extended buffer flags.
|
||||
*/
|
||||
typedef enum {
|
||||
|
|
Loading…
Reference in a new issue