[619/906] fix typo for win32 debug variables
This commit is contained in:
parent
4a07c73c0c
commit
411a87fb0b
@ -57,7 +57,7 @@ struct _GstGLWindowWin32Private
|
|||||||
gboolean activate_result;
|
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);
|
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
|
||||||
|
|
||||||
#define DEBUG_INIT \
|
#define DEBUG_INIT \
|
||||||
|
@ -42,7 +42,7 @@ static void gst_gl_window_win32_wgl_destroy_context (GstGLWindowWin32 *
|
|||||||
|
|
||||||
const gchar *EGLErrorString ();
|
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);
|
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
|
||||||
|
|
||||||
#define DEBUG_INIT \
|
#define DEBUG_INIT \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user