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: Plugin

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

MT safe.