Registry.findPlugin

gst.plugin.Plugin findPlugin(string name)

Find the plugin with the given name in the registry. The plugin will be reffed; caller is responsible for unreffing.

Parameters

namethe plugin name to find

Returns

the plugin with the given name

or null if the plugin was not found. gst.object.ObjectWrap.unref after usage.

MT safe.