Registry.findFeature

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

Parameters

name string

the pluginfeature name to find

type gobject.types.GType

the pluginfeature type to find

Return Value

Type: gst.plugin_feature.PluginFeature

the pluginfeature with the given name and type or null if the plugin was not found. gst.object.ObjectGst.unref after usage.

MT safe.