Show
Ignore:
Timestamp:
02/23/10 16:48:16 (2 years ago)
Author:
gbooker
Message:

Made DVD Player stop if it's not playing for 5 minutes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/PlayerFramework/CommonMediaPlayer/Media Players/DVD Framework/CMPISODVDPlayer.m

    r1124 r1163  
    5858//      } 
    5959        imageMount = [[CMPDVDImageAction alloc] initWithPath:path]; 
    60         NSLog(@"imagePath: %@", path); 
     60        //NSLog(@"imagePath: %@", path); 
    6161        if (![imageMount openWithError:nil] == YES) 
    6262        { 
    63                 NSLog(@"fail"); 
     63                NSLog(@"failed to mount image"); 
    6464                return; 
    6565        } 
    6666         
    67         NSLog(@"mountedPath = %@", [imageMount mountedPath]); 
     67        //NSLog(@"mountedPath = %@", [imageMount mountedPath]); 
    6868        NSString *mountedPath = [imageMount mountedPath]; 
    6969