get_info

function get_info(impl:String):Gst.MetaInfo {
    // Gjs wrapper for gst_meta_get_info()
}

Lookup a previously registered meta info structure by its implementation name impl.

impl

the name

Returns

a Gst.MetaInfo with impl, or #NULL when no such metainfo exists.