[vlc-devel] commit: VLCKit: isPreparsed doesn't exists anymore. (Pierre d'Herbemont )
git version control
git at videolan.org
Sun Feb 28 23:53:48 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Fri Feb 26 15:11:29 2010 +0100| [1609af14267518bf7c2c87a64755a90e4a23c12c] | committer: Pierre d'Herbemont
VLCKit: isPreparsed doesn't exists anymore.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1609af14267518bf7c2c87a64755a90e4a23c12c
---
projects/macosx/framework/Sources/VLCMedia.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/projects/macosx/framework/Sources/VLCMedia.m b/projects/macosx/framework/Sources/VLCMedia.m
index 31112d5..3f2f161 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 );
}
More information about the vlc-devel
mailing list