From ef7c18817fdf455e9c48fdab44dfb7bc1bceffef Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 12 Apr 2007 16:06:31 +0000 Subject: 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 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c0649cb..a8a0f4ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-04-12 Tim-Philipp Müller + + * 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 * gst/rtp/gstrtph264depay.c: -- cgit