From 1cf843292b3fd6bf6f1b2bdb91a60df98dde58c3 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 24 Feb 2015 19:06:18 +1100 Subject: [PATCH] gl/calayer: don't use the async callback to render not until we can provide equivalent functionality for other window implementations. --- gst-libs/gst/gl/cocoa/gstglcaopengllayer.m | 1 - 1 file changed, 1 deletion(-) diff --git a/gst-libs/gst/gl/cocoa/gstglcaopengllayer.m b/gst-libs/gst/gl/cocoa/gstglcaopengllayer.m index d9fd2e2..b39a161 100644 --- a/gst-libs/gst/gl/cocoa/gstglcaopengllayer.m +++ b/gst-libs/gst/gl/cocoa/gstglcaopengllayer.m @@ -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, -- 2.7.4