• Max Kellermann's avatar
    player/Thread: never reuse decoder when switching radio streams · 44b20024
    Max Kellermann authored
    When switching to another song manually, the player checks if the
    decoder is already decoding that song; if so, it will attempt to reuse
    it by seeking it to the new position.  That however fails if the
    decoder is not seekable (e.g. a radio stream) which leaves the user
    unable to switch to that song with the bogus error message "Not
    seekable".
    44b20024
Name
Last commit
Last update
android Loading commit data...
doc Loading commit data...
m4 Loading commit data...
python/build Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
win32 Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README.md Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...