GstPluginFeatureFilter

A function that can be used with e.g. Registry.featureFilter to get a list of pluginfeature that match certain criteria.

alias GstPluginFeatureFilter = int function(GstPluginFeature* feature, void* userData)

Return Value

TRUE for a positive match, FALSE otherwise