Registry.addPlugin

bool addPlugin(gst.plugin.Plugin plugin)

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.ObjectWrap.refSink)

Parameters

pluginthe plugin to add

Returns

true on success.

MT safe.