diff --git a/gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m b/gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m index e7c57229c7..3e6b9d3467 100644 --- a/gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m +++ b/gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m @@ -304,7 +304,7 @@ gst_gl_context_cocoa_create_context (GstGLContext *context, GstGLAPI gl_api, pool = [[NSAutoreleasePool alloc] init]; #ifndef GSTREAMER_GLIB_COCOA_NSAPPLICATION - priv->source_id = g_timeout_add (200, gst_gl_window_cocoa_nsapp_iteration, NULL); + priv->source_id = g_timeout_add (60, gst_gl_window_cocoa_nsapp_iteration, NULL); #endif priv->gl_context = nil;