[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:50:45 PDT 2011
https://bugzilla.gnome.org/show_bug.cgi?id=654673
GStreamer | gstreamer (core) | 0.10.35
--- Comment #10 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-07-15 12:50:40 UTC ---
> I believe that the problem is related to the g_warning() at
> gst_structure_set_field() of file gststructure.c function as below:
Well yes, of course it is. That much we knew, but what we need to know is what
element / piece of code created the broken URI in the first place (an URI
should always be ASCII, with non-ASCII characters escaped).
> 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?
Masking the message isn't going to help. The bug needs to be found and fixed.
Other things won't work properly as a result of this issue (whether the warning
is displayed or not).
--
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