gl/calayer: don't use the async callback to render

not until we can provide equivalent functionality for other window
implementations.
This commit is contained in:
Matthew Waters 2015-02-24 19:06:18 +11:00
parent 7691d2c4e7
commit beac141057

View file

@ -51,7 +51,6 @@ _context_ready (gpointer data)
GST_LOG ("init CAOpenGLLayer");
self->gst_gl_context = parent_gl_context;
self.asynchronous = YES;
self.needsDisplayOnBoundsChange = YES;
gst_gl_window_send_message_async (GST_GL_CONTEXT (parent_gl_context)->window,