gl: win32: Add debug category in gstglcontext_wgl.c
authorXavier Claessens <xavier.claessens@collabora.com>
Wed, 25 May 2016 13:09:01 +0000 (09:09 -0400)
committerMatthew Waters <matthew@centricular.com>
Wed, 25 May 2016 13:10:44 +0000 (23:10 +1000)
https://bugzilla.gnome.org/show_bug.cgi?id=766867

gst-libs/gst/gl/win32/gstglcontext_wgl.c

index 3c2f34a1a4894e8cefb13a15beb51e5b83b5aea6..6fd7dd17c846bd4df258759f601726ee470d8456 100644 (file)
@@ -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) \