Registry.findPlugin

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

class Registry
findPlugin
(
string name
)

Parameters

name string

the plugin name to find

Return Value

Type: gst.plugin.Plugin

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

MT safe.