vorbistag: Use text/uri-list as mimetype instead of ---> for URI lists
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 7 May 2009 13:10:30 +0000 (15:10 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 12 May 2009 07:03:22 +0000 (09:03 +0200)
gst-libs/gst/tag/gstvorbistag.c

index db04a20..f327260 100644 (file)
@@ -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);
   }