Gst.Registry::plugin-added
function callback(registry, plugin:Gst.Plugin, ):void;
Signals that a plugin has been added to the registry (possibly replacing a previously-added one by the same name)
- registry
instance of Gst.Registry that is emitting the signal
- plugin
the plugin that has been added