]> git.sesse.net Git - vlc/commit
Pulse: do flush in close() not play()
authorIlkka Ollakka <ileoo@videolan.org>
Mon, 5 Jul 2010 09:49:05 +0000 (12:49 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Mon, 5 Jul 2010 09:53:42 +0000 (12:53 +0300)
commitf16cd68a2a2333296cd337f69180fba3b6958226
treee2052c0ee3183240b4fe3b40e6dfa1a701dbef47
parent3926efdad583c1b745c20a96b4f03efe8d5a5813
Pulse: do flush in close() not play()

Also compare against RUNNING and not DONE on waiting loop. Also lock mainloop
when modifying values that are used in callback-code, and don't signal without lock.
modules/audio_output/pulse.c