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 646573 - baseaudiosrc: Add src object lock around call to ringbuffer parse caps
baseaudiosrc: Add src object lock around call to ringbuffer parse caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal critical
: 0.10.33
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-02 21:25 UTC by Håvard Graff (hgr)
Modified: 2011-04-04 07:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.35 KB, patch)
2011-04-02 21:25 UTC, Håvard Graff (hgr)
committed Details | Review

Description Håvard Graff (hgr) 2011-04-02 21:25:28 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.
Comment 1 Sebastian Dröge (slomo) 2011-04-04 07:36:46 UTC
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.