Gst.Registry.prototype.remove_plugin
function remove_plugin(plugin:Gst.Plugin):void {
// Gjs wrapper for gst_registry_remove_plugin()
}Remove the plugin from the registry.
MT safe.
- plugin
the plugin to remove
function remove_plugin(plugin:Gst.Plugin):void {
// Gjs wrapper for gst_registry_remove_plugin()
}Remove the plugin from the registry.
MT safe.
the plugin to remove