Since 1.24Optionalproperties: Partial<{ drm_fourcc: number; drm_modifier: number; vinfo: VideoInfo }>Free a GstVideo.VideoInfoDmaDrm structure previously allocated with
gst_video_info_dma_drm_new()
Convert the values of drm_info into a Gst.Caps. Please note that the
caps returned will be a dma drm caps which does not contain format field,
but contains a drm-format field instead. The value of drm-format field is
composed of a drm fourcc and a modifier, such as NV12:0x0100000000000002.
a new Gst.Caps containing the info in drm_info.
Staticfrom_Parse caps and update info. Please note that the caps should be
a dma drm caps. The gst_video_is_dma_drm_caps() can be used to verify
it before calling this function.
Staticfrom_Fills drm_info if info's format has a valid drm format and modifier is also
valid
the associated modifier value.
StaticinitInitialize drm_info with default values.
StaticnewStaticnew_
Information describing a DMABuf image properties. It wraps GstVideo.VideoInfo and adds DRM information such as drm-fourcc and drm-modifier, required for negotiation and mapping.
Since
1.24