]> git.alsa-project.org Git - alsa-plugins.git/commit
pulse - Start PA event loop after we have created the context
authorLennart Poettering <mznyfn@0pointer.de>
Thu, 25 Sep 2008 19:01:22 +0000 (21:01 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 26 Sep 2008 09:46:25 +0000 (11:46 +0200)
commite8b648773306fa7cba0907cc92f4a0366eb54e74
treecac3f21029fc651689bbaf83d67e26a719fe1c18
parentc0a2cf25e83dfdd9557835f31b64a9488ea00e9b
pulse - Start PA event loop after we have created the context

We shouldn't be passing the main loop object to the pa_context while
that loop is running and not locked. Push the main loop startup after we
created the main loop.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
pulse/pulse.c