Don't defer stopped and initial source state changes
commit4c8e6dead1742a2f363049a01e4ef18ae377b436
authorChris Robinson <chris.kcat@gmail.com>
Sun, 11 Sep 2011 04:02:50 +0000 (10 21:02 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 11 Sep 2011 04:02:50 +0000 (10 21:02 -0700)
treec28b038a8ec79f2c2d013d13ad5983d263340837
parentc19a7408d990f3f50c35be1c577ba2a9df13d903
Don't defer stopped and initial source state changes

Typically when these are set, an app will be releasing the buffer from the
source, possibly to immediately reuse it. There would be an extra burden placed
on the app if it was required to process updates before it could fully release
the buffer from the source.
OpenAL32/alSource.c