tag: xmp: Do not remove tag from list twice

There was a but when parsing the tags that removed two tags
from the list when only one was parsed
This commit is contained in:
Thiago Santos 2010-03-24 23:04:43 -03:00
parent f2ef0cd7b1
commit 9ef1e58ccc

View file

@ -830,8 +830,6 @@ gst_tag_list_from_xmp_buffer (const GstBuffer * buffer)
g_free (ptag->str);
g_slice_free (PendingXmpTag, ptag);
pending_tags = g_slist_delete_link (pending_tags, pending_tags);
}
GST_INFO ("xmp packet parsed, %d entries",