mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
gl/eagl: use the default GL context debug category
This commit is contained in:
parent
dc469454d7
commit
977c335460
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue