Registry.getPluginList

gst.plugin.Plugin[] getPluginList()

Get a copy of all plugins registered in the given registry. The refcount of each element in the list in incremented.

Returns

a #GList of #GstPlugin.

Use [gst.plugin.Plugin.listFree] after usage.

MT safe.