gstreamer/gst/apetag
Sebastian Dröge 14999998d4 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.
2006-12-09 19:27:28 +00:00
..
gstapedemux.c gst/apetag/gstapedemux.c: We need to be able to read and parse any possible floating point string format ("1,234" or ... 2006-12-09 19:27:28 +00:00
gstapedemux.h gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir. 2006-02-06 11:41:43 +00:00
gsttagdemux.c gst/: Activate pad before adding it to the already-running element. 2006-10-11 13:24:42 +00:00
gsttagdemux.h Add APE tag demuxer (#325649). 2006-02-06 10:56:07 +00:00
Makefile.am configure.ac: Bump requirements to current core and -base CVS (core for new typefind helper API, and -base for the 2006-03-02 15:14:22 +00:00