Zebediah Figura : winegstreamer: Switch to the quartz debug channel.

Alexandre Julliard julliard at winehq.org
Mon Jul 19 15:59:13 CDT 2021


Module: wine
Branch: master
Commit: 82c3205c264b3169a7e41f493e033a4bdb873ce0
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=82c3205c264b3169a7e41f493e033a4bdb873ce0

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Sat Jul 10 19:22:21 2021 -0500

winegstreamer: Switch to the quartz debug channel.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winegstreamer/main.c          | 2 +-
 dlls/winegstreamer/quartz_parser.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winegstreamer/main.c b/dlls/winegstreamer/main.c
index 16fd6147ddf..9211a090cf1 100644
--- a/dlls/winegstreamer/main.c
+++ b/dlls/winegstreamer/main.c
@@ -29,7 +29,7 @@
 
 LONG object_locks;
 
-WINE_DEFAULT_DEBUG_CHANNEL(gstreamer);
+WINE_DEFAULT_DEBUG_CHANNEL(quartz);
 
 const struct unix_funcs *unix_funcs = NULL;
 
diff --git a/dlls/winegstreamer/quartz_parser.c b/dlls/winegstreamer/quartz_parser.c
index 5f9535659b4..09a916d7f5c 100644
--- a/dlls/winegstreamer/quartz_parser.c
+++ b/dlls/winegstreamer/quartz_parser.c
@@ -33,7 +33,7 @@
 #include "wmcodecdsp.h"
 #include "ksmedia.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(gstreamer);
+WINE_DEFAULT_DEBUG_CHANNEL(quartz);
 
 static const GUID MEDIASUBTYPE_CVID = {mmioFOURCC('c','v','i','d'), 0x0000, 0x0010, {0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}};
 static const GUID MEDIASUBTYPE_MP3  = {WAVE_FORMAT_MPEGLAYER3, 0x0000, 0x0010, {0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}};




More information about the wine-cvs mailing list