From 1609af14267518bf7c2c87a64755a90e4a23c12c Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Fri, 26 Feb 2010 15:11:29 +0100 Subject: [PATCH] VLCKit: isPreparsed doesn't exists anymore. --- projects/macosx/framework/Sources/VLCMedia.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/macosx/framework/Sources/VLCMedia.m b/projects/macosx/framework/Sources/VLCMedia.m index 31112d5296..3f2f161253 100644 --- a/projects/macosx/framework/Sources/VLCMedia.m +++ b/projects/macosx/framework/Sources/VLCMedia.m @@ -295,7 +295,7 @@ static void HandleMediaSubItemAdded(const libvlc_event_t * event, void * self) [self length]; // wait until we are preparsed - while (!length && ![self isPreparsed] && [aDate timeIntervalSinceNow] > 0) + while (!length && ![self isParsed] && [aDate timeIntervalSinceNow] > 0) { usleep( thread_sleep ); } -- 2.39.5