Registry.addPlugin

Add the plugin to the registry. The plugin-added signal will be emitted.

plugin's reference count will be incremented, and any floating reference will be removed (see gst.object.ObjectGst.refSink)

class Registry
bool
addPlugin

Parameters

plugin gst.plugin.Plugin

the plugin to add

Return Value

Type: bool

true on success.

MT safe.