Registry.pluginFilter

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_list_free() after use, which will unref again.

class Registry
pluginFilter

Parameters

filter GstPluginFilter

the filter to use. [scope call]

first int

only return first match

userData void*

user data passed to the filter function. closure

Return Value

Type: ListG

a GList of GstPlugin. Use gst_plugin_list_free() after usage. MT safe. [transfer full][element-type Gst.Plugin]

Meta