Added a fix so that a rapid succession of sub-10 second files do not get queued up until the player eventually crashes.
parent
58378d2711
commit
7bb116a33b
|
@ -246,6 +246,11 @@
|
|||
return YES;
|
||||
}
|
||||
}
|
||||
|
||||
if ([chainQueue count] >= 5)
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
BufferChain *newChain = nil;
|
||||
|
||||
|
|
Loading…
Reference in New Issue