• Max Kellermann's avatar
    output_all: synchronize playback with player_control.notify · 207786ff
    Max Kellermann authored
    This patch fixes a longer delay when moving around songs in the
    playlist.  The main thread wants to enqueue a new "next" song into the
    player thread, but the player thread is waiting inside
    audio_output_all_wait() for the output threads.  Use
    player_control.notify there, so audio_output_all_wait() gets woken up
    by the main thread, too.
    207786ff
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...