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

Parameters

type GstElementFactoryListType

a GstElementFactoryListType

minrank GstRank

Minimum rank

Return Value

Type: ListG

a GList of GstElementFactory elements. Use gst_plugin_feature_list_free() after usage. [transfer full][element-type Gst.ElementFactory]

Meta