Report the current buffer ID of a streaming source
commit1e5af1eb2f8334045e71a831f98424f1eb19854a
authorChris Robinson <chris.kcat@gmail.com>
Mon, 6 Mar 2023 02:45:17 +0000 (5 18:45 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 6 Mar 2023 02:45:17 +0000 (5 18:45 -0800)
tree05c06865a9b19467f72622e5cbb01dc5c0372e67
parent28ec3afb7949be155aaa477c6e8c7358ac309459
Report the current buffer ID of a streaming source

The AL_BUFFER query should only return the buffer that was set on a static
source, but some apps used it to detect when a current buffer of a streaming
source changed instead of AL_BUFFERS_PROCESSED.
al/source.cpp