Oops, ChainQueue items should not be removed twice

CQTexperiment
Chris Moeller 2013-10-12 16:03:59 -07:00
parent e87fd1b4b7
commit 26cf87a62e
1 changed files with 0 additions and 2 deletions

View File

@ -339,8 +339,6 @@
[chainQueue removeObjectAtIndex:0];
DLog(@"New!!! %@ %@", bufferChain, [[bufferChain inputNode] decoder]);
[chainQueue removeObjectAtIndex:0];
}
[self notifyStreamChanged:[bufferChain userInfo]];