Registry.addFeature

Add the feature to the registry. The feature-added signal will be emitted.

feature's reference count will be incremented, and any floating reference will be removed (see gst.object.ObjectGst.refSink)

class Registry
bool
addFeature

Parameters

feature gst.plugin_feature.PluginFeature

the feature to add

Return Value

Type: bool

true on success.

MT safe.