Gst.PluginFeature.prototype.get_plugin

function get_plugin():Gst.Plugin {
    // Gjs wrapper for gst_plugin_feature_get_plugin()
}

Get the plugin that provides this feature.

Returns

the plugin that provides this feature, or null. Unref with Gst.Object.prototype.unref when no longer needed.