wasapi2util: Fix wrong use of debug category
Haven't noticed so far since there is no debug statement in the source file. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1445>
This commit is contained in:
parent
51d5aee94d
commit
f68c8d853b
@ -26,8 +26,8 @@
|
||||
#include "gstwasapi2util.h"
|
||||
#include <audioclient.h>
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user