• 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
output_all.c 10.1 KB