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: ListG

a #GList of #GstPluginFeature. Use gst_plugin_feature_list_free() after usage.

Meta