• Max Kellermann's avatar
    decoder_api: always notify_wait() for free chunks · 7f3be96e
    Max Kellermann authored
    One of the previous patches made MPD consume 100% CPU in a busy wait:
    when the music_pipe was full, it did not wait (with notify_wait()) for
    free chunks, because a variable has a different meaning now.  Always
    pass "true" as the "wait" parameter.
    7f3be96e
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...