After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 488112 - [id3demux] extract ID3v2 WOAF frame
[id3demux] extract ID3v2 WOAF frame
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 347320
 
 
Reported: 2007-10-19 01:42 UTC by Bastien Nocera
Modified: 2007-12-14 10:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2007-10-19 01:42:38 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
Comment 1 Tim-Philipp Müller 2007-12-14 10:17:17 UTC
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.