From: Pierre d'Herbemont Date: Fri, 26 Feb 2010 14:11:29 +0000 (+0100) Subject: VLCKit: isPreparsed doesn't exists anymore. X-Git-Tag: 1.1.0-pre1~585 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1609af14267518bf7c2c87a64755a90e4a23c12c;p=vlc VLCKit: isPreparsed doesn't exists anymore. --- 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 ); }