Function codec_utils_av1_create_caps_from_av1c

Source
pub fn codec_utils_av1_create_caps_from_av1c(
    av1c: &BufferRef,
) -> Result<Caps, BoolError>
Expand description

Parses the provided av1c and returns the corresponding caps

§av1c

a gst::Buffer containing a AV1CodecConfigurationRecord

§Returns

The parsed AV1 caps, or None if there is an error