diff --git a/gst-libs/gst/gl/cocoa/gstglcontext_cocoa.h b/gst-libs/gst/gl/cocoa/gstglcontext_cocoa.h index 6b79bc404c..22069ee6bb 100644 --- a/gst-libs/gst/gl/cocoa/gstglcontext_cocoa.h +++ b/gst-libs/gst/gl/cocoa/gstglcontext_cocoa.h @@ -60,7 +60,7 @@ struct _GstGLContextCocoaClass { GType gst_gl_context_cocoa_get_type (void); -GstGLContextCocoa * gst_gl_context_cocoa_new (void); +GstGLContextCocoa * gst_gl_context_cocoa_new (GstGLDisplay * display); guintptr gst_gl_context_cocoa_get_current_context (void); CGLPixelFormatObj gst_gl_context_cocoa_get_pixel_format (GstGLContextCocoa *context); void gst_gl_context_cocoa_dump_pixel_format (CGLPixelFormatObj fmt);