I'm having trouble with UIImagePickerController on the iPhone / Device.
It works fine with images, but when I pick a video by pressing "Choose" it hangs up the simulator on "Compressing video..."
Application execution never reaches this function like when you choose a photo
-(void)imagePickerController

UIImagePickerControll er *)picker didFinishPickingMediaWithInfo

NSDictionary *)info{
Any ideas as to what I am doing wrong?