[Bug 764865] race in gstaudiosrc audioringbuffer thread

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Apr 11 11:45:19 UTC 2016


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

Jan Schmidt <thaytan at noraisin.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Jan Schmidt <thaytan at noraisin.net> ---
Thanks! Pushed:

commit bfcd0737b7acd8fa5f055f49641fa3101bfb76de
Author: Fabrice Bellet <fabrice at bellet.info>
Date:   Mon Apr 11 11:28:09 2016 +0200

    audio: Fix a race with the audioringbuffer thread

    There is a small window of time where the audio ringbuffer thread
    can access the parent thread variable, before it's initialized
    by the parent thread. The patch replaces this variable use by
    g_thread_self().

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

-- 
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