Gst.Registry.prototype.get_plugin_list

function get_plugin_list():[Gst.Plugin] {
    // Gjs wrapper for gst_registry_get_plugin_list()
}

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

Returns

a GLib.List of Gst.Plugin. Use list_free after usage. MT safe.