bufferAddVideoMetaFull

Attaches GstVideoMeta metadata to buffer with the given parameters.

Parameters

buffer gst.buffer.Buffer

a #GstBuffer

flags gstvideo.types.VideoFrameFlags

#GstVideoFrameFlags

format gstvideo.types.VideoFormat

a #GstVideoFormat

width uint

the width

height uint

the height

nPlanes uint

number of planes

offset size_t[]

offset of each plane

stride int[]

stride of each plane

Return Value

Type: gstvideo.video_meta.VideoMeta

the #GstVideoMeta on buffer.