After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 788617 - gstbuffer: fix meta removal in gst_buffer_foreach_meta
gstbuffer: fix meta removal in gst_buffer_foreach_meta
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal normal
: 1.12.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-10-06 20:04 UTC by Mathieu Duponchelle
Modified: 2017-10-11 16:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gstbuffer: fix meta removal in gst_buffer_foreach_meta (2.72 KB, patch)
2017-10-06 20:04 UTC, Mathieu Duponchelle
committed Details | Review

Description Mathieu Duponchelle 2017-10-06 20:04:04 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.
Comment 1 Mathieu Duponchelle 2017-10-06 20:04:09 UTC
Created attachment 361066 [details] [review]
gstbuffer: fix meta removal in gst_buffer_foreach_meta
Comment 2 Mathieu Duponchelle 2017-10-11 15:57:33 UTC
Attachment 361066 [details] pushed as e838007 - gstbuffer: fix meta removal in gst_buffer_foreach_meta