diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-04-12 16:06:31 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-04-12 16:06:31 +0000 |
commit | ef7c18817fdf455e9c48fdab44dfb7bc1bceffef (patch) | |
tree | 3d0f10e603ffa11d67e66d4041282eb3b129d5ec /ChangeLog | |
parent | f5e4a8b028213584be3a5535095e0ece4e465c5f (diff) |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2007-04-12 Tim-Philipp Müller <tim at centricular dot net> + + * 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. + 2007-04-12 Wim Taymans <wim@fluendo.com> * gst/rtp/gstrtph264depay.c: |