[619/906] fix typo for win32 debug variables
authorMatthew Waters <ystreet00@gmail.com>
Thu, 29 Nov 2012 02:06:24 +0000 (13:06 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:26 +0000 (19:31 +0000)
gst-libs/gst/gl/win32/gstglwindow_win32.c
gst-libs/gst/gl/win32/gstglwindow_win32_egl.c

index ebc4101..4256a23 100644 (file)
@@ -57,7 +57,7 @@ struct _GstGLWindowWin32Private
   gboolean activate_result;
 };
 
-#define GST_CAT_DEFAULT gst_gl_window_x11_debug
+#define GST_CAT_DEFAULT gst_gl_window_win32_debug
 GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
 
 #define DEBUG_INIT \
index daff697..632eda0 100644 (file)
@@ -42,7 +42,7 @@ static void gst_gl_window_win32_wgl_destroy_context (GstGLWindowWin32 *
 
 const gchar *EGLErrorString ();
 
-#define GST_CAT_DEFAULT gst_gl_window_win32_wgl_debug
+#define GST_CAT_DEFAULT gst_gl_window_win32_egl_debug
 GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
 
 #define DEBUG_INIT \