From 4093e4c2376652e2721d2dc44a31ca201a3f0e28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 24 Jun 2018 13:19:21 +0200 Subject: [PATCH] gl: fix build on Windows --- gst-libs/gst/gl/win32/gstglcontext_wgl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/win32/gstglcontext_wgl.c b/gst-libs/gst/gl/win32/gstglcontext_wgl.c index ec4a8eb..c3dee8b 100644 --- a/gst-libs/gst/gl/win32/gstglcontext_wgl.c +++ b/gst-libs/gst/gl/win32/gstglcontext_wgl.c @@ -44,7 +44,7 @@ struct _GstGLContextWGLPrivate #define GST_CAT_DEFAULT gst_gl_context_debug #define gst_gl_context_wgl_parent_class parent_class -G_DEFINE_TYPE_PRIVATE (GstGLContextWGL, gst_gl_context_wgl, +G_DEFINE_TYPE_WITH_PRIVATE (GstGLContextWGL, gst_gl_context_wgl, GST_TYPE_GL_CONTEXT); static guintptr gst_gl_context_wgl_get_gl_context (GstGLContext * context); -- 2.7.4