GNOME Bugzilla – Bug 488112
[id3demux] extract ID3v2 WOAF frame
Last modified: 2007-12-14 10:17:17 UTC
That would mean add the WCOP and WOAF tags for MP3: http://wiki.creativecommons.org/MP3 Making sure that LICENSE and CONTACT are supported for Ogg: http://wiki.creativecommons.org/Ogg
We already support WCOP for id3 and LICENSE and CONTACT for ogg. Added half-hearted support for WOAF too now: 2007-12-14 Tim-Philipp Müller <tim at centricular dot net> * gst/id3demux/id3v2frames.c: (parse_url_link_frame): Parse WOAF frames and put the result into GST_TAG_CONTACT, which is where it would end up if the same information was put in a vorbis comment (don't think it's worth adding a new URI tag for this). Fixes #488112.