Use [gst.plugin.Plugin.listFree] after usage.
MT safe.
gst.plugin.Plugin[] pluginFilter(gst.types.PluginFilter filter, bool first)Runs a filter against all plugins in the registry and returns a #GList with the results. If the first flag is set, only the first match is returned (as a list with a single object). Every plugin is reffed; use [gst.plugin.Plugin.listFree] after use, which will unref again.
filter | the filter to use |
first | only return first match |
Use [gst.plugin.Plugin.listFree] after usage.
MT safe.