bufferGetVideoMetaId

Find the #GstVideoMeta on buffer with the given id.

Buffers can contain multiple #GstVideoMeta metadata items when dealing with multiview buffers.

Parameters

buffer gst.buffer.Buffer

a #GstBuffer

id int

a metadata id

Return Value

Type: gstvideo.video_meta.VideoMeta

the #GstVideoMeta with id or null when there is no such metadata on buffer.