diff options
author | Max Kellermann <max@duempel.org> | 2011-08-23 22:43:08 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-08-23 23:02:13 +0200 |
commit | b3df4dc2c92d27034eaf9cef52e97a6e39c77d2e (patch) | |
tree | 6a372b5331f6ed6402e1d2d2fd4ca07af780ddc9 /NEWS | |
parent | 3db9ab82ea792fbfa398d0d631f976fa33a564fe (diff) | |
download | mpd-b3df4dc2c92d27034eaf9cef52e97a6e39c77d2e.tar.gz mpd-b3df4dc2c92d27034eaf9cef52e97a6e39c77d2e.tar.xz mpd-b3df4dc2c92d27034eaf9cef52e97a6e39c77d2e.zip |
output/pulse: fix deadlock when the stream was suspended
Check if the stream is suspended; wake up the main loop when it
becomes suspended.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ ver 0.16.4 (2011/??/??) - alsa: fix SIGFPE when alsa announces a period size of 0 - httpd: don't warn on client disconnect - pulse: fix deadlock when resuming the stream + - pulse: fix deadlock when the stream was suspended ver 0.16.3 (2011/06/04) |