Registry.getFeatureListByPlugin

Retrieves a #GList of features of the plugin with name name.

class Registry
getFeatureListByPlugin
(
string name
)

Parameters

name string

a plugin name.

Return Value

Type: gst.plugin_feature.PluginFeature[]

a #GList of #GstPluginFeature. Use gst.plugin_feature.PluginFeature.listFree after usage.