From: Matthew Waters Date: Tue, 24 Feb 2015 08:06:18 +0000 (+1100) Subject: gl/calayer: don't use the async callback to render X-Git-Tag: 1.19.3~511^2~1989^2~1052 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1cf843292b3fd6bf6f1b2bdb91a60df98dde58c3;p=platform%2Fupstream%2Fgstreamer.git gl/calayer: don't use the async callback to render not until we can provide equivalent functionality for other window implementations. --- 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,