[gstreamer-bugs] [Bug 447000] [id3demux] add support for reading license URL from WCOP tag
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Wed Jun 13 11:24:50 PDT 2007
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=447000
GStreamer | gst-plugins-good | Ver: HEAD CVS
------- Comment #4 from Jason Kivlighn 2007-06-13 18:24 UTC -------
-Regarding the encoding, I could be wrong, but what led me to believe this was
the lack specification of the encoding in frame format.
"All URL link frames have the
following format:
<Header for 'URL link frame', ID: "W000" - "WZZZ", excluding "WXXX"
described in 4.3.2.>
URL <text string>"
as opposed to
"<Header for 'User defined URL link frame', ID: "WXXX">
Text encoding $xx
Description <text string according to encoding> $00 (00)
URL <text string>"
and several other specs which do specify text encoding.
If I do only need to convert to UTF-8, assuming ISO-8859-1, is this how it'd be
done: tag_str = g_convert (data, data_size, "UTF-8", "ISO-8859-1",
NULL, NULL, NULL);
-In Vorbis, the spec says:
LICENSE
License information, eg, 'All Rights Reserved', 'Any Use Permitted', a URL
to a license such as a Creative Commons license
("www.creativecommons.org/blahblah/license.html") or the EFF Open Audio License
('distributed under the terms of the Open Audio License. see
http://www.eff.org/IP/Open_licenses/eff_oal.html for details'), etc.
Currently the vorbis tag parser puts this as the license.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=447000.
More information about the Gstreamer-bugs
mailing list