gst-libs/gst/riff/riff-read.c: If strings in INFO chunk are not UTF-8, do something...
authorTim-Philipp Müller <tim@centricular.net>
Thu, 26 Oct 2006 10:49:00 +0000 (10:49 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 26 Oct 2006 10:49:00 +0000 (10:49 +0000)
commitcc156bc97c5877b22cd3a5f4ebf89787239d4558
tree9f6ab193f529a044ba1e872525e62ea220446c8e
parent443dfa58572334f79e7bbae7100b8eb509a824df
gst-libs/gst/riff/riff-read.c: If strings in INFO chunk are not UTF-8, do something similar to what we do for ID3v1 t...

Original commit message from CVS:
* gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
(gst_riff_parse_info):
If strings in INFO chunk are not UTF-8, do something similar to
what we do for ID3v1 tags: check a number of environment variables
(GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
character sets to try, otherwise try the current locale and/or fall
back on ISO-8859-1. Fixes #360552.
ChangeLog
gst-libs/gst/riff/riff-read.c