From 9ef1e58ccc4d7908016fcf9d000c835223e490fc Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Wed, 24 Mar 2010 23:04:43 -0300 Subject: [PATCH] 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 --- gst-libs/gst/tag/gstxmptag.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst-libs/gst/tag/gstxmptag.c b/gst-libs/gst/tag/gstxmptag.c index 0cbb67a..69d3059 100644 --- a/gst-libs/gst/tag/gstxmptag.c +++ b/gst-libs/gst/tag/gstxmptag.c @@ -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", -- 2.7.4