Gst.Registry.prototype.find_feature
function find_feature(name:String, type:GType):Gst.PluginFeature {
// Gjs wrapper for gst_registry_find_feature()
}Find the pluginfeature with the given name and type in the registry.
- name
the pluginfeature name to find
- type
the pluginfeature type to find
- Returns
the pluginfeature with the given name and type or NULL if the plugin was not found. Gst.Object.prototype.unref after usage. MT safe.