[Bug 741144] id3demux cannot extract the tag info in UTF-16 character format

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Dec 16 22:22:21 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=741144
  GStreamer | gst-plugins-base | 1.2.3

--- Comment #7 from Lyon <lyon.wang at freescale.com> 2014-12-17 06:22:17 UTC ---
Yes, the original code works fine on x86 platform
However, I'm debugging on my board which is arm based platform.

As from the debugging log message, the g_convert() always return: Conversion
from character set 'UTF-16LE' to 'UTF-8' is not supported  when converting from
UTF-16 to UTF-8 or UTF-8 TO UTF-16.
But with previous patch, by change the g_convert to g_utf16_to_utf8(), it works
when converting UTF-16 to UTF-8

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list