Further seeking fix.
This commit is contained in:
parent
5c819eb24c
commit
53d9869e02
2 changed files with 5 additions and 4 deletions
|
@ -43,9 +43,7 @@
|
|||
if (availOutput == 0)
|
||||
{
|
||||
[writeLock unlock];
|
||||
NSLog(@"WAITING %i", shouldContinue);
|
||||
[semaphore wait];
|
||||
NSLog(@"NOT WAITING: %i", shouldContinue);
|
||||
[writeLock lock];
|
||||
}
|
||||
else
|
||||
|
@ -155,9 +153,9 @@
|
|||
|
||||
- (void)resetBuffer
|
||||
{
|
||||
[semaphore signal];
|
||||
[readLock lock];
|
||||
[writeLock lock];
|
||||
[semaphore signal];
|
||||
|
||||
[buffer empty];
|
||||
|
||||
|
|
5
TODO
5
TODO
|
@ -1,2 +1,5 @@
|
|||
Deep sort when dropping files into the playlist.
|
||||
Plugins and such.
|
||||
Plugins and such.
|
||||
|
||||
FIX SHUFFLE
|
||||
FIX TOTAL PLAYLIST TIME
|
Loading…
Reference in a new issue