gst/apetag/gstapedemux.c: We need to be able to read and parse any possible floating...
authorSebastian Dröge <mail@slomosnail.de>
Sat, 9 Dec 2006 19:27:28 +0000 (19:27 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 9 Dec 2006 19:27:28 +0000 (19:27 +0000)
commit14999998d43450efcb2c9f690c2fa98c0262d017
treee1d8b27cf54b418f1c16d2885f53421751dcfeec
parent6e9ee0d19a736e2a010c5795c6941ebf55411328
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.
ChangeLog
gst/apetag/gstapedemux.c