From: Ilkka Ollakka Date: Mon, 5 Jul 2010 09:49:05 +0000 (+0300) Subject: Pulse: do flush in close() not play() X-Git-Tag: 1.2.0-pre1~5940 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=f16cd68a2a2333296cd337f69180fba3b6958226;hp=f16cd68a2a2333296cd337f69180fba3b6958226;p=vlc 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. ---