Skip to content
  • Sebastian Dröge's avatar
    gst/apetag/gstapedemux.c: We need to be able to read and parse any possible... · 14999998
    Sebastian Dröge authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
    gst/apetag/gstapedemux.c: We need to be able to read and parse any possible floating point string format ("1,234" or ...
    
    Original commit message from CVS:
    Patch by: Sebastian Dröge  <mail at slomosnail de>
    * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
    We need to be able to read and parse any possible floating point string
    format ("1,234" or "1.234") irrespective of the current locale. g_strod()
    will parse the former only in certain locales though, so we really need
    to canonicalise the separator to '.' and then use g_ascii_strtod() to
    make sure we can parse either version at all times.
    Fixes #382982 for real.
    14999998