GNOME Bugzilla – Bug 788617
gstbuffer: fix meta removal in gst_buffer_foreach_meta
Last modified: 2017-10-11 16:14:13 UTC
When updating the linked list, prev->next = next is correct if prev is actually updated after being set to the head of the list at the start.
Created attachment 361066 [details] [review] gstbuffer: fix meta removal in gst_buffer_foreach_meta
Attachment 361066 [details] pushed as e838007 - gstbuffer: fix meta removal in gst_buffer_foreach_meta