From 977c335460f1e3714b99b8cbc8f88493defa677f Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 17 Sep 2015 16:59:16 +1000 Subject: [PATCH] gl/eagl: use the default GL context debug category --- gst-libs/gst/gl/eagl/gstglcontext_eagl.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/gl/eagl/gstglcontext_eagl.m b/gst-libs/gst/gl/eagl/gstglcontext_eagl.m index 55a803ff7e..42dde56cf4 100644 --- a/gst-libs/gst/gl/eagl/gstglcontext_eagl.m +++ b/gst-libs/gst/gl/eagl/gstglcontext_eagl.m @@ -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);