type_find_list_factories_for_caps


Description:

[ CCode ( cname = "gst_type_find_list_factories_for_caps" ) ]
[ Version ( since = "1.22" ) ]
public List<TypeFindFactory>? type_find_list_factories_for_caps (Object? obj, Caps caps)

Tries to find the best TypeFindFactory associated with caps.

The typefinder that can handle caps will be returned.

Free-function: g_list_free

Parameters:

obj

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

caps

caps of the media

Returns:

the list of TypeFindFactory corresponding to caps, or null if no typefinder could be found. Caller should free the returned list with g_list_free and list elements with unref.


Namespace: Gst.Base