Registry.findFeature

Find the pluginfeature with the given name and type in the registry.

class Registry
findFeature
(
string name
,)

Parameters

name string

the pluginfeature name to find

type GType

the pluginfeature type to find

Return Value

the pluginfeature with the given name and type or NULL if the plugin was not found. gst_object_unref() after usage.

MT safe.