mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
[619/906] fix typo for win32 debug variables
This commit is contained in:
parent
4a07c73c0c
commit
411a87fb0b
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue