Re: async loading crash

2012-02-08 Thread Fritz Anderson
On 8 Feb 2012, at 8:00 AM, Jan E. Schotsman wrote: > if ( status == AVKeyValueStatusLoaded ) { > [self performSelectorOnMainThread: @selector(processMovie:) > withObject: movieAsset > waitUntilDone: YES]; > } (Reformatted to fit the screen and my c

async loading crash

2012-02-08 Thread Jan E. Schotsman
Hello, I am loading a movie and intend to process it when the duration property has loaded. Unfortunately the thread "com.apple.coremedia.formatreaderloader.makereadyforinspection" crashes in pthread_mutex_unlock after running the processMovie method. Can anybody see what is wrong? This is