From f68c8d853b448761a0c7d63814e327f520f5f16b Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Fri, 17 Jul 2020 15:58:16 +0900 Subject: wasapi2util: Fix wrong use of debug category Haven't noticed so far since there is no debug statement in the source file. Part-of: --- sys/wasapi2/gstwasapi2util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/wasapi2') diff --git a/sys/wasapi2/gstwasapi2util.c b/sys/wasapi2/gstwasapi2util.c index c618b83cc..0bbce301a 100644 --- a/sys/wasapi2/gstwasapi2util.c +++ b/sys/wasapi2/gstwasapi2util.c @@ -26,8 +26,8 @@ #include "gstwasapi2util.h" #include -GST_DEBUG_CATEGORY_EXTERN (gst_wasapi_debug); -#define GST_CAT_DEFAULT gst_wasapi_debug +GST_DEBUG_CATEGORY_EXTERN (gst_wasapi2_debug); +#define GST_CAT_DEFAULT gst_wasapi2_debug /* *INDENT-OFF* */ static struct -- cgit v1.2.1