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.

class ElementFactory
static
listGetElements
(
GstElementFactoryListType type
,)

Parameters

type GstElementFactoryListType
minrank GstRank

Minimum rank

Return Value

Type: ListG

a GList of gstreamer.ElementFactory elements. Use Plugin.featureListFree after usage.