[gstreamer-bugs] [Bug 382982] [apedemux] Fails to read track gain or other doubles
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Wed Dec 6 11:30:15 PST 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=382982
GStreamer | gst-plugins-good | Ver: HEAD CVS
------- Comment #4 from Sebastian Dröge 2006-12-06 19:28 UTC -------
Relevant part of the IRC discussion:
<MikeS> slomo: don't you want to ONLY parse with the C locale?
<slomo> MikeS: not sure... before it accepted non-C-locale doubles so maybe
someone has assumed this in his code or something... it's not really defined in
the "spec" for ape
* MikeS shrugs.
<MikeS> ok. -good isn't frozen yet, just feature-frozen. that's a bugfix.
<slomo> if you think it's better to use g_ascii_strtod() feel free to change
it... but imho g_strtod() can't break here unless there's something completely
broken in the tags... but then g_ascii_strtod() would most probably break too
<thaytan> having a locale-dependant string makes no sense
<thaytan> but as you say, it captures a superset, so no harm
So if you have reasons why g_ascii_strtod() has any advantages over g_strtod()
feel free to change it :)
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list