OpenGL ES & MPMovieController
Hi.
I'm using OpenGL-scenes with movies (MPMovieController) between. And something is wrong. My videos are down to 15 FPS if there were at least one call of [_context presentRenderbuffer:GL_RENDERBUFFER_OES] before.
I mean: videos are playing fine (yes, there are no shown GL-scenes too) if the line above is commented. But presenting of framebuffer (every frame, or just once - at the beginning - for testing) freezes every video until exit. I can't understand the reason.
PS. OpenGL ES rendering is paused while movie is playing.
|