diff --git a/gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m b/gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m index c29c97bbc8..ab1d4e1405 100644 --- a/gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m +++ b/gst-libs/gst/gl/cocoa/gstglwindow_cocoa.m @@ -86,8 +86,8 @@ static void gst_gl_window_cocoa_show (GstGLWindow * window); static void gst_gl_window_cocoa_queue_resize (GstGLWindow * window); static void gst_gl_window_cocoa_send_message_async (GstGLWindow * window, GstGLWindowCB callback, gpointer data, GDestroyNotify destroy); -static gboolean gst_gl_window_cocoa_set_render_rectangle (GstGLWindow * - window, gint x, gint y, gint width, gint height); +static gboolean gst_gl_window_cocoa_set_render_rectangle (GstGLWindow * window, + gint x, gint y, gint width, gint height); struct _GstGLWindowCocoaPrivate {