output/pulse: fix deadlock when the stream was suspended

Check if the stream is suspended; wake up the main loop when it
becomes suspended.
This commit is contained in:
Max Kellermann
2011-08-23 22:43:08 +02:00
parent 3db9ab82ea
commit b3df4dc2c9
2 changed files with 32 additions and 0 deletions

1
NEWS
View File

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