mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
vorbistag: Use text/uri-list as mimetype instead of ---> for URI lists
This commit is contained in:
parent
192a34af40
commit
9fc4d195e1
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue