Skip to content

gstreamer/iterator: Store filter types in a hash table

Static variables in generic functions only exist once and not once per type parameter, so before we were only able to register exactly one filter type.

Merge request reports