mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue