GstVideoInfoDmaDrm

Information describing a DMABuf image properties. It wraps #GstVideoInfo and adds DRM information such as drm-fourcc and drm-modifier, required for negotiation and mapping.

Members

Variables

GstReserved
uint[20] GstReserved;
drmFourcc
uint drmFourcc;

the fourcc defined by drm

drmModifier
ulong drmModifier;

the drm modifier

vinfo
GstVideoInfo vinfo;

the associated #GstVideoInfo