• Max Kellermann's avatar
    output/openal: use alGetSourcei(AL_BUFFER) to force-unqueue buffers · e735abe3
    Max Kellermann authored
    The implementation of cancel() did not work well: you cannot use
    alSourceUnqueueBuffers() to unqueue queued buffers, and our function
    openal_unqueue_buffers() left the OpenAL library in a rather undefined
    state; nothing was supposed to be queued, but the "filled" variable
    was not reset.
    e735abe3
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...
mpd.service.in Loading commit data...
valgrind.suppressions Loading commit data...