corresponding to caps, or null if no typefinder could be found. Caller should free the returned list with [glib.list.List.free] and list elements with [gst.object.ObjectWrap.unref].
typeFindListFactoriesForCaps
fn
gst.type_find_factory.TypeFindFactory[] typeFindListFactoriesForCaps(gst.object.ObjectWrap obj, gst.caps.Caps caps)Tries to find the best #GstTypeFindFactory 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 #GstTypeFindFactory