gl: fix build on Windows
authorTim-Philipp Müller <tim@centricular.com>
Sun, 24 Jun 2018 11:19:21 +0000 (13:19 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 24 Jun 2018 11:19:21 +0000 (13:19 +0200)
gst-libs/gst/gl/win32/gstglcontext_wgl.c

index ec4a8eb..c3dee8b 100644 (file)
@@ -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);