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 104344 - metadata from mad plugin should be in utf-8
metadata from mad plugin should be in utf-8
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 104836
 
 
Reported: 2003-01-24 18:36 UTC by Jorn Baayen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0


Attachments
patch (1.51 KB, patch)
2003-01-30 18:05 UTC, Jorn Baayen
none Details | Review

Description Jorn Baayen 2003-01-24 18:36:56 UTC
ID3 metadata from the mad plugin is currently served in latin1 it seems,
but it really should be in UTF-8. Why? Because the app cannot reliably
detect in which charset a string is, without knowing the source format.
Comment 1 Thomas Vander Stichele 2003-01-27 12:33:42 UTC
Give us some hints on how to do this, I've no idea where to start.
Comment 2 Jorn Baayen 2003-01-30 18:05:13 UTC
Created attachment 13963 [details] [review]
patch
Comment 3 Ronald Bultje 2003-01-30 20:05:20 UTC
Funny, the third part of your patch misses a free(), I suppose that's
a memleak?

(currently applying patch)
Comment 4 Ronald Bultje 2003-01-30 20:09:30 UTC
Ohwell, patch applied in HEAD CVS, please reopen if that missing
free() was a stupid thing to add too...