mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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:
parent
f2ef0cd7b1
commit
9ef1e58ccc
1 changed files with 0 additions and 2 deletions
|
@ -830,8 +830,6 @@ gst_tag_list_from_xmp_buffer (const GstBuffer * buffer)
|
||||||
|
|
||||||
g_free (ptag->str);
|
g_free (ptag->str);
|
||||||
g_slice_free (PendingXmpTag, ptag);
|
g_slice_free (PendingXmpTag, ptag);
|
||||||
|
|
||||||
pending_tags = g_slist_delete_link (pending_tags, pending_tags);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_INFO ("xmp packet parsed, %d entries",
|
GST_INFO ("xmp packet parsed, %d entries",
|
||||||
|
|
Loading…
Reference in a new issue