• Max Kellermann's avatar
    output_thread: fix double lock · 5f069996
    Max Kellermann authored
    During the whole output thread, the audio_output object is locked, and
    it is only unlocked while waiting for the GCond and while running a
    plugin method.  The error handler in ao_play_chunk() attempted to lock
    the object again, which was code from MPD 0.15.x which should have
    been removed a long time ago.
    5f069996
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...