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

Alexandre Julliard julliard at winehq.org
Sat Jul 10 16:24:32 CDT 2021


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

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Fri Jul  9 22:14:42 2021 -0500

amstream: Switch to the quartz debug channel.

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

---

 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
 {




More information about the wine-cvs mailing list