Commit 157a84a1 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

amstream: Switch to the quartz debug channel.

parent d88c50e4
......@@ -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;
......
......@@ -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}";
......
......@@ -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}";
......
......@@ -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
{
......
......@@ -35,7 +35,7 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(amstream);
WINE_DEFAULT_DEBUG_CHANNEL(quartz);
/******************************************************************************
* Multimedia Streams ClassFactory
......
......@@ -28,7 +28,7 @@
#include "amstream_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(amstream);
WINE_DEFAULT_DEBUG_CHANNEL(quartz);
struct multimedia_stream
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment