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)
|
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];
|
||||||
|
|
||||||
|
|
3
TODO
3
TODO
|
@ -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
|
Loading…
Reference in a new issue