gst-libs/gst/tag/gstvorbistag.c: When writing out floating-point numbers to vorbis...
authorRené Stadler <mail@renestadler.de>
Mon, 26 Mar 2007 22:38:19 +0000 (22:38 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 26 Mar 2007 22:38:19 +0000 (22:38 +0000)
commit01a1e4bc817625ab64c9b3e9710edc5670f75c38
tree86fbd720ca91e8f273985bd7480af4b1c56e67f0
parentecab77b7e4c7b6f3563680f680f56f03b5dbfaeb
gst-libs/gst/tag/gstvorbistag.c: When writing out floating-point numbers to vorbis comment tags, always use the same ...

Original commit message from CVS:
Patch by: René Stadler  <mail at renestadler de>
* gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
When writing out floating-point numbers to vorbis comment tags, always
use the same character as separator no matter what the current locale is
(fixes #423051).
* tests/check/libs/tag.c: (GST_START_TEST):
Add unit tests for replaygain tags in vorbis comments (closes #423055).
ChangeLog
gst-libs/gst/tag/gstvorbistag.c
tests/check/libs/tag.c