]> git.sesse.net Git - vlc/commit
audioqueue: don't use the main CFRunLoop for the (empty) data callback, but one of...
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 19 Jan 2013 17:56:28 +0000 (18:56 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 19 Jan 2013 17:56:28 +0000 (18:56 +0100)
commitcf7d8d97d51fc77cce5bb4274b563b41c9d6220a
treec9ae5c6f109b299bab68da171e79cbd66305553f
parente1363fd7dc08248b8022046ebbf2f2104dce0c9c
audioqueue: don't use the main CFRunLoop for the (empty) data callback, but one of AudioQueue's internal threads

Otherwise, we will encounter delays of up to 10 secs when stopping the AudioQueue
modules/audio_output/audioqueue.c