• Max Kellermann's avatar
    player_thread: request next song only if new one starts playing · b14e48f9
    Max Kellermann authored
    The player_thread loop requests the next song from the playlist as
    soon as the decoder finishes the song which is currently being played.
    This is superfluous, and can lead to synchronization errors and wrong
    results.  The playlist already knows when the player starts playing
    the next song (player_wait_for_decoder() triggers the PLAYLIST event),
    and will then trigger the scheduler to provide the next song.
    b14e48f9
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src 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...