Gst.Registry.prototype.get_feature_list_by_plugin

function get_feature_list_by_plugin(name:String):[Gst.PluginFeature] {
    // Gjs wrapper for gst_registry_get_feature_list_by_plugin()
}

Retrieves a GLib.List of features of the plugin with name name.

name

a plugin name.

Returns

a GLib.List of Gst.PluginFeature. Use list_free after usage.