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 778076 - avwait: Fix potential deadlock when flushing / shutting down audio
avwait: Fix potential deadlock when flushing / shutting down audio
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.11.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-02-02 13:27 UTC by Vivia Nikolaidou
Modified: 2017-02-02 13:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-avwait-Fix-potential-deadlock-when-flushing-shutting.patch (911 bytes, patch)
2017-02-02 13:28 UTC, Vivia Nikolaidou
committed Details | Review

Description Vivia Nikolaidou 2017-02-02 13:27:53 UTC
The mutex must be unlocked in the error case
Comment 1 Vivia Nikolaidou 2017-02-02 13:28:28 UTC
Created attachment 344773 [details] [review]
0001-avwait-Fix-potential-deadlock-when-flushing-shutting.patch
Comment 2 Sebastian Dröge (slomo) 2017-02-02 13:29:59 UTC
commit a5933dc002beaa33a55a0201ccba7e76bd58de25
Author: Vivia Nikolaidou <vivia@toolsonair.com>
Date:   Thu Feb 2 15:25:09 2017 +0200

    avwait: Fix potential deadlock when flushing / shutting down audio
    
    The mutex must be unlocked in the error case
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778076