[gst-cvs] gst-plugins-base: vorbistag: Use text/uri-list as mimetype instead of ---> for URI lists

Sebastian Dröge slomo at kemper.freedesktop.org
Tue May 12 00:04:11 PDT 2009


Module: gst-plugins-base
Branch: master
Commit: 9fc4d195e1f7f12d02e03bd79a5157284d8880f7
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=9fc4d195e1f7f12d02e03bd79a5157284d8880f7

Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Thu May  7 15:10:30 2009 +0200

vorbistag: Use text/uri-list as mimetype instead of ---> for URI lists

---

 gst-libs/gst/tag/gstvorbistag.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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);
   }





More information about the Gstreamer-commits mailing list