From 9fc4d195e1f7f12d02e03bd79a5157284d8880f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 7 May 2009 15:10:30 +0200 Subject: [PATCH] vorbistag: Use text/uri-list as mimetype instead of ---> for URI lists --- gst-libs/gst/tag/gstvorbistag.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst-libs/gst/tag/gstvorbistag.c b/gst-libs/gst/tag/gstvorbistag.c index db04a20..f327260 100644 --- a/gst-libs/gst/tag/gstvorbistag.c +++ b/gst-libs/gst/tag/gstvorbistag.c @@ -479,7 +479,6 @@ gst_tag_to_coverart (const GValue * image_value) if (strcmp (mime_type, "text/uri-list") == 0) { /* URI reference */ coverart_data = g_strndup ((gchar *) buffer->data, buffer->size); - mime_type = "-->"; } else { coverart_data = g_base64_encode (buffer->data, buffer->size); } -- 2.7.4