mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
gl/cocoa: fix definition of gst_gl_context_new
gstglcontext_cocoa.m:75:1: error: conflicting types for 'gst_gl_context_cocoa_new'
This commit is contained in:
parent
7acca333fe
commit
0ac95e3243
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue