Commit c93c1d1d authored by Dyami Caliri's avatar Dyami Caliri
Browse files

CoreAudioOutput use timeout when waiting for render thread


On Snow Leopard (at least), changing the default audio device while
audio is playing can cause CoreAudioOutput to freeze in
audioThreadStop(). It seems that the OS stops calling renderCallback
when the device changes, so audioThreadStop() waits forever.

Change-Id: If7244cc50f12295ff91a979ef50e3bee1273affd
Reviewed-by: default avatarAndy Nichols <andy.nichols@digia.com>
parent ff527de0
Showing with 2 additions and 2 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment