Skip to content
  • Tim-Philipp Müller's avatar
    gst/icydemux/gsticydemux.c: If the metadata strings we get in the stream are... · ef7c1881
    Tim-Philipp Müller authored
    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.
    ef7c1881