ElementFactory.listGetElements

Get a list of factories that match the given type. Only elements with a rank greater or equal to minrank will be returned. The list of factories is returned by decreasing rank.

Parameters

type gst.types.ElementFactoryListType

a #GstElementFactoryListType

minrank gst.types.Rank

Minimum rank

Return Value

Type: gst.element_factory.ElementFactory[]

a #GList of #GstElementFactory elements. Use gst.plugin_feature.PluginFeature.listFree after usage.