GNOME Bugzilla – Bug 110544
plugin/app metadata handling
Last modified: 2004-12-22 21:47:04 UTC
Vorbis tag names are defined somewhere and there is no support for arbitrary comments. Each tag must be in the form A=b. See attached patch.
Created attachment 15639 [details] [review] untested patch (no vorbis here)
This patch (the A=b part) actually works around the issue. For GStreamer, the application is not supposed to know what specific type of metadata the plugin/file expects. So an app can just set a=b as metadata, and if the format is supposed to care, then it should set caps itself. So the upper part of the patch would have to be removed, and the bottom part would have to be changed to set the name to capitals and move that over to vorbis' lib. do others agree here?
After discussion, only the second part has been applied. I'll leave this one open for further discussion on who should do metadata-formatting: app or plugin (plugin imho) and what fields of metadata we actually support (that needs to be documented).
*** Bug 104345 has been marked as a duplicate of this bug. ***
Can this be closed now that we have tags?
Yes, it can. As lonmg as it doesn't need to be fixed in 0.6, but I don't think we will.