[gstreamer-bugs] [Bug 382982] [apedemux] Fails to read track gain or other doubles

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Dec 7 12:55:29 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


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #77806|none                        |committed
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #5 from Tim-Philipp Müller  2006-12-07 20:54 UTC -------
> Shouldn't this be g_ascii_strtod()?

Nah, it should really be g_strtod().

apedemux needs to be able to parse both 'value=1.234' and 'value=1,234' at all
times, since the locale of the tag writer and the locale of the tag reader may
be different and the format for this isn't well-defined in the ape spec AFAIK
(but even if it was, chances that it would be implemented correctly by all tag
writers are pretty slim so we'd still need to be able to parse both).


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list