Registry.addFeature

bool addFeature(gst.plugin_feature.PluginFeature feature)

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.ObjectWrap.refSink])

Parameters

featurethe feature to add

Returns

true on success.

MT safe.