[ 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
obj |
object doing the typefinding, or |
caps |
caps of the media |
the list of TypeFindFactory corresponding to |