[619/906] fix typo for win32 debug variables

This commit is contained in:
Matthew Waters 2012-11-29 13:06:24 +11:00 committed by Tim-Philipp Müller
parent ccabf4545a
commit 62e6b36cd0
2 changed files with 2 additions and 2 deletions

View 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 \

View 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 \