Don't refill the buffer queue after detecting a stopped stream
commitfd2d550afcbbf15c14a0071124c0809da0ec5ab2
authorChris Robinson <chris.kcat@gmail.com>
Sat, 12 Aug 2017 07:03:22 +0000 (12 00:03 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 12 Aug 2017 07:03:22 +0000 (12 00:03 -0700)
tree380afc1498f344b5d06b59ba3ba191515271b0a2
parentbae541ec03e1c392c2b9ec62c9f18a22b11c1948
Don't refill the buffer queue after detecting a stopped stream

OpenAL will always return all buffers as processed for a stopped source, so
refilling would cause it to flush even the new buffers that were just queued
after it stopped/underrun.
src/source.cpp