alSourceStop was commented out for some reason in AudioStream::stop,
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Tue, 23 Jan 2018 11:41:46 +0000 (13:41 +0200)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Tue, 23 Jan 2018 11:41:46 +0000 (13:41 +0200)
commitd850ecb33250f963593a0988fc91c2d21b17a725
tree96876fa3589a08ef07ca72060d5df3b23f63a958
parent264eac31b6aedaf449fbaf5868ff39ed6064137b
alSourceStop was commented out for some reason in AudioStream::stop,
which would make the thread function loop endlessly waiting for the
source to stop playing ...
src/audio/stream.cc