[Bug 795987] pad: Race condition with probe cookies causing the same probe to be called multiple times
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri May 11 15:53:50 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=795987
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #371881|0 |1
is obsolete| |
--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 371941
--> https://bugzilla.gnome.org/attachment.cgi?id=371941&action=edit
pad: Fix race condition causing the same probe to be called multiple times
Probes were remembering a cookie that was used to check if the probe was
already called this time before the probes list changed. However the
same probes could've been called by another thread in between and thus
gotten a new cookie, and would then be called a second time.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list