[Bug 654673] ID3 tag has non-UTF-8 string that cause abnormal behavior.
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jul 15 05:42:19 PDT 2011
https://bugzilla.gnome.org/show_bug.cgi?id=654673
GStreamer | gstreamer (core) | 0.10.35
--- Comment #9 from pklai at aldtech.com 2011-07-15 12:42:17 UTC ---
Created an attachment (id=192026)
--> (https://bugzilla.gnome.org/attachment.cgi?id=192026)
The song name
Attached please find the song name.
I believe that the problem is related to the g_warning() at
gst_structure_set_field() of file gststructure.c function as below:
else if (G_UNLIKELY (s != NULL && !g_utf8_validate (s, -1, NULL))) {
g_warning ("Trying to set string on %s field '%s', but string is not "
"valid UTF-8. Please file a bug.",
IS_TAGLIST (structure) ? "taglist" : "structure",
g_quark_to_string (field->name));
g_value_unset (&field->value);
return;
}
I am looking at the g_log_set_fatal_mask(const gchar *log_domain,
GLogLevelFlags fatal_mask) function, what should I pass to the
"log_domain" in order to mask out the "GStreamer-WARNING ..." message?
Colman
--
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