glcontext/cocoa: add debug category
authorMatthew Waters <matthew@centricular.com>
Thu, 22 Jan 2015 05:08:11 +0000 (16:08 +1100)
committerMatthew Waters <matthew@centricular.com>
Thu, 22 Jan 2015 10:27:44 +0000 (21:27 +1100)
gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m

index 43d5a1c863ce279809f0fb28d38d382706da8c1c..59fa2613cacc2ad58379d50c20c0f0c8ae530e96 100644 (file)
@@ -38,7 +38,11 @@ static GstGLPlatform gst_gl_context_cocoa_get_gl_platform (GstGLContext * contex
 #define GST_GL_CONTEXT_COCOA_GET_PRIVATE(o)  \
   (G_TYPE_INSTANCE_GET_PRIVATE((o), GST_GL_TYPE_CONTEXT_COCOA, GstGLContextCocoaPrivate))
 
-G_DEFINE_TYPE (GstGLContextCocoa, gst_gl_context_cocoa, GST_GL_TYPE_CONTEXT);
+GST_DEBUG_CATEGORY_STATIC (gst_gl_context_cocoa_debug);
+#define GST_CAT_DEFAULT gst_gl_context_cocoa_debug
+
+G_DEFINE_TYPE_WITH_CODE (GstGLContextCocoa, gst_gl_context_cocoa,
+    GST_GL_TYPE_CONTEXT, GST_DEBUG_CATEGORY_INIT (gst_gl_context_cocoa_debug, "glcontext_cocoa", 0, "Cocoa GL Context"); );
 
 /* Define this if the GLib patch from
  * https://bugzilla.gnome.org/show_bug.cgi?id=741450