GNOME Bugzilla – Bug 646573
baseaudiosrc: Add src object lock around call to ringbuffer parse caps
Last modified: 2011-04-04 07:36:57 UTC
Created attachment 184988 [details] [review] patch A race was observed between query() and setcaps() where the latter would change the ringbuffer spec while the former was performing operations based this data.
commit 0f8edca902c09622493d23776859bab2348837f6 Author: Stian Johansen <stian.johansen@tandberg.com> Date: Wed Feb 23 10:55:12 2011 +0100 baseaudiosrc: Add src object lock around call to ringbuffer parse caps. A race was observed between query() and setcaps() where the latter would change the ringbuffer spec while the former was performing operations based this data.