log
graph
tags
bookmarks
branches
changeset
browse
help
Mercurial
>
almixer_isolated
log
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
| rev 48:
(0)
-30
-10
-1
+1
+10
+30
tip
age
author
description
Fri, 30 Sep 2011 16:44:08 -0700
Eric Wing
Workaround: There is a terrible OpenAL regression bug in iOS 5 dealing with streaming sources. alSourcei(source_id, AL_BUFFER, AL_NONE); fails to clear queued buffer queues on a streaming source. The workaround involves manually dequeuing the individual buffers before calling alSourcei(source_id, AL_BUFFER, AL_NONE);. But there is an additional race condition bug where the unqueue fails to take, so the included workaround keeps looping until the buffers finally report as cleared.
less
more
| rev 48:
(0)
-30
-10
-1
+1
+10
+30
tip