Oops, ChainQueue items should not be removed twice
parent
e87fd1b4b7
commit
26cf87a62e
|
@ -339,8 +339,6 @@
|
|||
|
||||
[chainQueue removeObjectAtIndex:0];
|
||||
DLog(@"New!!! %@ %@", bufferChain, [[bufferChain inputNode] decoder]);
|
||||
|
||||
[chainQueue removeObjectAtIndex:0];
|
||||
}
|
||||
|
||||
[self notifyStreamChanged:[bufferChain userInfo]];
|
||||
|
|
Loading…
Reference in New Issue