From 1f58a480c91d070792c55a967e2fa8e0c4cf4c1d Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 25 May 2016 09:09:01 -0400 Subject: [PATCH] gl: win32: Add debug category in gstglcontext_wgl.c https://bugzilla.gnome.org/show_bug.cgi?id=766867 --- gst-libs/gst/gl/win32/gstglcontext_wgl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/gl/win32/gstglcontext_wgl.c b/gst-libs/gst/gl/win32/gstglcontext_wgl.c index 3c2f34a..6fd7dd1 100644 --- a/gst-libs/gst/gl/win32/gstglcontext_wgl.c +++ b/gst-libs/gst/gl/win32/gstglcontext_wgl.c @@ -40,6 +40,8 @@ struct _GstGLContextWGLPrivate GstGLAPI context_api; }; +#define GST_CAT_DEFAULT gst_gl_context_debug + #define gst_gl_context_wgl_parent_class parent_class G_DEFINE_TYPE (GstGLContextWGL, gst_gl_context_wgl, GST_GL_TYPE_CONTEXT); #define GST_GL_CONTEXT_WGL_GET_PRIVATE(o) \ -- 2.7.4