• Max Kellermann's avatar
    player_thread: fix assertion failure due to wrong music pipe on seek · 83ec0e55
    Max Kellermann authored
    When one song is played twice, and the decoder is working on the
    second "instance", but the first should be seeked, the check in
    player_seek_decoder() may assume that it can reuse the decoder without
    exchanging pipes.  The last thing was the mistake: the pipe pointer
    was different, which led to an assertion failure.  This patch adds
    another check which exchanges the player pipe.
    83ec0e55
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...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...