I'm currently trying to extract tags from a file, but many functions are missing in Media.Streaming.GStreamer.Core.TagList. Currently there is not enough to make use of it.
What I actually need is something to convert TagList to [(String, String)], but I don't know what the design principles are. Any help appreciated.