pub fn codec_utils_caps_from_mime_codec(codecs_field: &str) -> Option<Caps>
Expand description

Converts a RFC 6381 compatible codec string to gst::Caps. More than one codec string can be present (separated by ,).

Registered codecs can be found at http://mp4ra.org/#/codecs

§codecs_field

A mime codec string field

§Returns

The corresponding gst::Caps or None