Skip to content
  • Pierre d'Herbemont's avatar
    MacOSX/Framework/VLCMediaList.m: Cache the media list objects in a... · 40e325ad
    Pierre d'Herbemont authored
    MacOSX/Framework/VLCMediaList.m: Cache the media list objects in a NSMutableArray. We do this because we want to use bindings. Cocoa bindings requires us to send willChangeValueForKey/didChangeValueForKey on the main thread. And that's one of the simpler way to do that without having locking problems.
    
    40e325ad