gl/cocoa: fix definition of gst_gl_context_new
authorMatthew Waters <matthew@centricular.com>
Mon, 27 Jul 2015 10:03:05 +0000 (20:03 +1000)
committerMatthew Waters <matthew@centricular.com>
Mon, 27 Jul 2015 10:03:05 +0000 (20:03 +1000)
gstglcontext_cocoa.m:75:1: error: conflicting types for 'gst_gl_context_cocoa_new'

gst-libs/gst/gl/cocoa/gstglcontext_cocoa.h

index 6b79bc4..22069ee 100644 (file)
@@ -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);