Gst.Registry.prototype.add_feature

function add_feature(feature:Gst.PluginFeature):Boolean {
    // Gjs wrapper for gst_registry_add_feature()
}

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

feature

the feature to add

Returns

TRUE on success. MT safe.