Registry.lookupFeature

Find a #GstPluginFeature with name in registry.

class Registry
lookupFeature
(
string name
)

Parameters

name string

a #GstPluginFeature name

Return Value

Type: gst.plugin_feature.PluginFeature

a #GstPluginFeature with its refcount incremented, use gst.object.ObjectGst.unref after usage.

MT safe.