diff options
author | Max Kellermann <max@duempel.org> | 2009-03-26 23:40:50 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-26 23:40:50 +0100 |
commit | 207786ffb1d6eba4f40daf981dbeb45745459425 (patch) | |
tree | b46d7358d7a349a73ee292e231fd320ccf1047ad /doc | |
parent | ed4837662ad0ff969024cea1c906d5c9f245d8b6 (diff) | |
download | mpd-207786ffb1d6eba4f40daf981dbeb45745459425.tar.gz mpd-207786ffb1d6eba4f40daf981dbeb45745459425.tar.xz mpd-207786ffb1d6eba4f40daf981dbeb45745459425.zip |
output_all: synchronize playback with player_control.notify
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.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions