gl/calayer: don't use the async callback to render
authorMatthew Waters <matthew@centricular.com>
Tue, 24 Feb 2015 08:06:18 +0000 (19:06 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:55 +0000 (19:31 +0000)
not until we can provide equivalent functionality for other window
implementations.

gst-libs/gst/gl/cocoa/gstglcaopengllayer.m

index d9fd2e2..b39a161 100644 (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,