gl/eagl: use the default GL context debug category
authorMatthew Waters <matthew@centricular.com>
Thu, 17 Sep 2015 06:59:16 +0000 (16:59 +1000)
committerMatthew Waters <matthew@centricular.com>
Tue, 29 Sep 2015 05:46:17 +0000 (15:46 +1000)
gst-libs/gst/gl/eagl/gstglcontext_eagl.m

index 55a803f..42dde56 100644 (file)
@@ -29,6 +29,8 @@
 
 #include "gstglcontext_eagl.h"
 
+#define GST_CAT_DEFAULT gst_gl_context_debug
+
 static gboolean gst_gl_context_eagl_create_context (GstGLContext * context,
     GstGLAPI gl_api, GstGLContext * other_context, GError ** error);
 static void gst_gl_context_eagl_destroy_context (GstGLContext * context);