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 committed by Tim-Philipp Müller
parent 844c0e77ee
commit 1cf843292b

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,