GstPluginFilter

A function that can be used with e.g. gst_registry_plugin_filter() to get a list of plugins that match certain criteria.

alias GstPluginFilter = int function(GstPlugin* plugin, void* userData)

Return Value

%TRUE for a positive match, %FALSE otherwise

Meta