typeFindListFactoriesForCaps

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 gst.object.ObjectGst

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

caps gst.caps.Caps

caps of the media

Return Value

Type: gst.type_find_factory.TypeFindFactory[]

the list of #GstTypeFindFactory 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.ObjectGst.unref.