GstPluginFilter

A function that can be used with e.g. Registry.pluginFilter 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