Further seeking fix.

CQTexperiment
vspader 2006-04-13 18:21:09 +00:00
parent 5c819eb24c
commit 53d9869e02
2 changed files with 5 additions and 4 deletions

View File

@ -43,9 +43,7 @@
if (availOutput == 0) if (availOutput == 0)
{ {
[writeLock unlock]; [writeLock unlock];
NSLog(@"WAITING %i", shouldContinue);
[semaphore wait]; [semaphore wait];
NSLog(@"NOT WAITING: %i", shouldContinue);
[writeLock lock]; [writeLock lock];
} }
else else
@ -155,9 +153,9 @@
- (void)resetBuffer - (void)resetBuffer
{ {
[semaphore signal];
[readLock lock]; [readLock lock];
[writeLock lock]; [writeLock lock];
[semaphore signal];
[buffer empty]; [buffer empty];

5
TODO
View File

@ -1,2 +1,5 @@
Deep sort when dropping files into the playlist. Deep sort when dropping files into the playlist.
Plugins and such. Plugins and such.
FIX SHUFFLE
FIX TOTAL PLAYLIST TIME