[Bug 795987] pad: Race condition with probe cookies causing the same probe to be called multiple times

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu May 10 08:23:01 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=795987

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 371881
  --> https://bugzilla.gnome.org/attachment.cgi?id=371881&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