Gst.PluginFeature.prototype.get_plugin_name

function get_plugin_name():String {
    // Gjs wrapper for gst_plugin_feature_get_plugin_name()
}

Get the name of the plugin that provides this feature.

Since 1.2.0

Returns

the name of the plugin that provides this feature, or null if the feature is not associated with a plugin.