pub fn type_find_list_factories_for_caps(
    obj: Option<&impl IsA<Object>>,
    caps: &CapsRef
) -> List<TypeFindFactory>
Expand description

Tries to find the best GstTypeFindFactory associated with caps.

The typefinder that can handle caps will be returned.

Free-function: g_list_free

§obj

object doing the typefinding, or None (used for logging)

§caps

caps of the media

§Returns

the list of GstTypeFindFactory corresponding to caps, or None if no typefinder could be found. Caller should free the returned list with g_list_free() and list elements with gst_object_unref().