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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Dec 17 00:56:58 PST 2014


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-12-17 08:56:52 UTC ---
The problem is probably that g_convert() uses iconv, and it's not guaranteed
which charsets are supported by iconv. If it's using the system version, it
depends on the configuration of libc and which libc variant it is... if it's
using a separately built iconv, it depends on whether that one is stripped down
or not.

g_utf16_to_utf8() is not using iconv but does the conversion directly.

-- 
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