gl/eagl: use the default GL context debug category

This commit is contained in:
Matthew Waters 2015-09-17 16:59:16 +10:00 committed by Tim-Philipp Müller
parent dc469454d7
commit 977c335460

View 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);