mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
parent
4e87b5c1d0
commit
49c5383c71
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ gst_rm_utils_read_tags (const guint8 * data, guint datalen,
|
|||
encoding = "ISO-8859-15";
|
||||
}
|
||||
GST_DEBUG ("converting tag from %s to UTF-8", encoding);
|
||||
tmp = g_convert_with_fallback (str, -1, "UTF-8", encoding, "*",
|
||||
tmp = g_convert_with_fallback (str, -1, "UTF-8", encoding, (gchar *) "*",
|
||||
NULL, NULL, NULL);
|
||||
g_free (str);
|
||||
str = tmp;
|
||||
|
|
Loading…
Reference in a new issue