Gst.Registry.prototype.lookup_feature

function lookup_feature(name:String):Gst.PluginFeature {
    // Gjs wrapper for gst_registry_lookup_feature()
}

Find a Gst.PluginFeature with name in registry.

name

a Gst.PluginFeature name

Returns

a Gst.PluginFeature with its refcount incremented, use Gst.Object.prototype.unref after usage. MT safe.