bufferGetVideoMeta

Find the #GstVideoMeta on buffer with the lowest id.

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

Parameters

buffer gst.buffer.Buffer

a #GstBuffer

Return Value

Type: gstvideo.video_meta.VideoMeta

the #GstVideoMeta with lowest id (usually 0) or null when there is no such metadata on buffer.