gstglcontext_wgl.c: In function 'gst_gl_context_wgl_new':
gstglcontext_wgl.c:83:40: error: 'display' undeclared (first use in this function)
/* Must be called in the gl thread */
GstGLContextWGL *
-gst_gl_context_wgl_new (void)
+gst_gl_context_wgl_new (GstGLDisplay * display)
{
if ((gst_gl_display_get_handle_type (display) & GST_GL_DISPLAY_TYPE_WIN32) ==
0)
GType gst_gl_context_wgl_get_type (void);
-GstGLContextWGL * gst_gl_context_wgl_new (void);
+GstGLContextWGL * gst_gl_context_wgl_new (GstGLDisplay * display);
guintptr gst_gl_context_wgl_get_current_context (void);
gpointer gst_gl_context_wgl_get_proc_address (GstGLAPI gl_api, const gchar * name);