Oops, ChainQueue items should not be removed twice
This commit is contained in:
parent
e87fd1b4b7
commit
26cf87a62e
1 changed files with 0 additions and 2 deletions
|
@ -339,8 +339,6 @@
|
||||||
|
|
||||||
[chainQueue removeObjectAtIndex:0];
|
[chainQueue removeObjectAtIndex:0];
|
||||||
DLog(@"New!!! %@ %@", bufferChain, [[bufferChain inputNode] decoder]);
|
DLog(@"New!!! %@ %@", bufferChain, [[bufferChain inputNode] decoder]);
|
||||||
|
|
||||||
[chainQueue removeObjectAtIndex:0];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[self notifyStreamChanged:[bufferChain userInfo]];
|
[self notifyStreamChanged:[bufferChain userInfo]];
|
||||||
|
|
Loading…
Reference in a new issue