[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:16:44 PST 2014


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

--- Comment #6 from Lyon <lyon.wang at freescale.com> 2014-12-17 06:16:39 UTC ---
Created an attachment (id=292868)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=292868)
the log when fetch the tag

Please see the attached log file.
export GST_DEBUG=id3demux:6,id3v2:6

modified field = g_convert (data, data_size, "UTF-8", in_encode, NULL, NULL,
NULL);
add error return message.
       field = g_convert (data, data_size, "UTF-8", in_encode, NULL, NULL,
&error);
       g_print("=== error message: %s === \n", error->message);

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