pub fn pb_utils_get_file_extension_from_caps(caps: &CapsRef) -> Option<GString>
Expand description

Returns a possible file extension for the given caps, if known.

§caps

the (fixed) gst::Caps for which a file extension is needed

§Returns

a newly-allocated file extension string, or NULL on error. Free string with g_free() when not needed any longer.