gst/icydemux/gsticydemux.c: If the metadata strings we get in the stream are not...
authorTim-Philipp Müller <tim@centricular.net>
Thu, 12 Apr 2007 16:06:31 +0000 (16:06 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 12 Apr 2007 16:06:31 +0000 (16:06 +0000)
commitef7c18817fdf455e9c48fdab44dfb7bc1bceffef
tree3d0f10e603ffa11d67e66d4041282eb3b129d5ec
parentf5e4a8b028213584be3a5535095e0ece4e465c5f
gst/icydemux/gsticydemux.c: If the metadata strings we get in the stream are not UTF-8, try to interpret them accordi...

Original commit message from CVS:
* gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
(gst_icydemux_unicodify):
If the metadata strings we get in the stream are not UTF-8, try to
interpret them according to the character encodings specified in the
GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
only fall back to locale/ISO-8859-1 if those aren't set or don't
work. Should fix #428901.
ChangeLog
gst/icydemux/gsticydemux.c