#GstPluginFeature. Use [gst.plugin_feature.PluginFeature.listFree] after usage.
MT safe.
gst.plugin_feature.PluginFeature[] featureFilter(gst.types.PluginFeatureFilter filter, bool first)Runs a filter against all features of the 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).
filter | the filter to use |
first | only return first match |
#GstPluginFeature. Use [gst.plugin_feature.PluginFeature.listFree] after usage.
MT safe.