GstVideoFrame

A video frame obtained from gstvideo.video_frame.VideoFrame.map

Members

Variables

GstReserved
void*[4] GstReserved;
buffer
GstBuffer* buffer;

the mapped buffer

data
void*[4] data;

pointers to the plane data

flags
GstVideoFrameFlags flags;

#GstVideoFrameFlags for the frame

id
int id;

id of the mapped frame. the id can for example be used to identify the frame in case of multiview video.

info
GstVideoInfo info;

the #GstVideoInfo

map
GstMapInfo[4] map;

mappings of the planes

meta
void* meta;

pointer to metadata if any