Trying to use QTMovie + QTMovieView on main thread, it plays ok, but i can not return from video to OpenGL.
Looks like QTKit locks display link somewhere.
I'm just adding QTMovieView as a subview to OpenGLView (with setWantsLayer: YES), stopAnimation cocos2d and start playing a video from mainThread.
After videos ends (i use QTMovie end NSNotification) - i removeFromSuperView QTMovieView and startAnimation. But nothing is renderred and if i resize the window - i got only junk.
Any ideas, how to solve this or any other methods play video on Mac?
