[PATCH 5/5] amstream: Switch to the quartz debug channel.

Zebediah Figura z.figura12 at gmail.com
Fri Jul 9 22:14:42 CDT 2021


Cc: Anton Baskanov <baskanov at gmail.com>
Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
Anton, as the primary contributor to amstream, I'd like to get your ACK on this.
I'm open to keeping amstream separate, or not.

 dlls/amstream/audiodata.c   | 2 +-
 dlls/amstream/audiostream.c | 2 +-
 dlls/amstream/ddrawstream.c | 2 +-
 dlls/amstream/filter.c      | 2 +-
 dlls/amstream/main.c        | 2 +-
 dlls/amstream/multimedia.c  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dlls/amstream/audiodata.c b/dlls/amstream/audiodata.c
index 06ed9324012..c4e32e9b179 100644
--- a/dlls/amstream/audiodata.c
+++ b/dlls/amstream/audiodata.c
@@ -25,7 +25,7 @@
 #include "winbase.h"
 #include "amstream_private.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(amstream);
+WINE_DEFAULT_DEBUG_CHANNEL(quartz);
 
 typedef struct {
     IAudioData IAudioData_iface;
diff --git a/dlls/amstream/audiostream.c b/dlls/amstream/audiostream.c
index 77ed4072ccf..91ca0630199 100644
--- a/dlls/amstream/audiostream.c
+++ b/dlls/amstream/audiostream.c
@@ -23,7 +23,7 @@
 #include "wine/debug.h"
 #include "wine/strmbase.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(amstream);
+WINE_DEFAULT_DEBUG_CHANNEL(quartz);
 
 static const WCHAR sink_id[] = L"I{A35FF56B-9FDA-11D0-8FDF-00C04FD9189D}";
 
diff --git a/dlls/amstream/ddrawstream.c b/dlls/amstream/ddrawstream.c
index 150e622ad33..5e88e096991 100644
--- a/dlls/amstream/ddrawstream.c
+++ b/dlls/amstream/ddrawstream.c
@@ -24,7 +24,7 @@
 #include "wine/debug.h"
 #include "wine/strmbase.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(amstream);
+WINE_DEFAULT_DEBUG_CHANNEL(quartz);
 
 static const WCHAR sink_id[] = L"I{A35FF56A-9FDA-11D0-8FDF-00C04FD9189D}";
 
diff --git a/dlls/amstream/filter.c b/dlls/amstream/filter.c
index 91a9ef4bb8a..c419bb73de7 100644
--- a/dlls/amstream/filter.c
+++ b/dlls/amstream/filter.c
@@ -23,7 +23,7 @@
 #include "wine/debug.h"
 #include "wine/list.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(amstream);
+WINE_DEFAULT_DEBUG_CHANNEL(quartz);
 
 struct enum_pins
 {
diff --git a/dlls/amstream/main.c b/dlls/amstream/main.c
index c2c76069ea2..3d091135257 100644
--- a/dlls/amstream/main.c
+++ b/dlls/amstream/main.c
@@ -35,7 +35,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(amstream);
+WINE_DEFAULT_DEBUG_CHANNEL(quartz);
 
 /******************************************************************************
  * Multimedia Streams ClassFactory
diff --git a/dlls/amstream/multimedia.c b/dlls/amstream/multimedia.c
index 98ffc95a54a..827f9ef0363 100644
--- a/dlls/amstream/multimedia.c
+++ b/dlls/amstream/multimedia.c
@@ -28,7 +28,7 @@
 
 #include "amstream_private.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(amstream);
+WINE_DEFAULT_DEBUG_CHANNEL(quartz);
 
 struct multimedia_stream
 {
-- 
2.32.0




More information about the wine-devel mailing list