GstPluginFeatureFilter

A function that can be used with e.g. gst_registry_feature_filter() 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

Meta