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 645415 - pulsesink: fix mutex not being unlocked on error
pulsesink: fix mutex not being unlocked on error
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-21 15:42 UTC by Vincent Penquerc'h
Modified: 2011-03-21 15:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ensure we unlock the shared mutex where appropriate (1.34 KB, patch)
2011-03-21 15:43 UTC, Vincent Penquerc'h
none Details | Review

Description Vincent Penquerc'h 2011-03-21 15:42:51 UTC
If some initialization code would fail, the shared pulsesink mutex would not be released, and thus block other sinks.
Comment 1 Vincent Penquerc'h 2011-03-21 15:43:49 UTC
Created attachment 183953 [details] [review]
ensure we unlock the shared mutex where appropriate
Comment 2 Vincent Penquerc'h 2011-03-21 15:48:07 UTC
Hah. Nevermind, it seems it's just been fixed already. Sorry.