Zebediah Figura : quartz: Don't register the audio renderer as a filter for autoplugging.

Alexandre Julliard julliard at winehq.org
Tue Apr 28 16:32:20 CDT 2020


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

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Mon Apr 27 18:17:06 2020 -0500

quartz: Don't register the audio renderer as a filter for autoplugging.

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

---

 dlls/quartz/regsvr.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/dlls/quartz/regsvr.c b/dlls/quartz/regsvr.c
index a5b52425b0..7bae46cb84 100644
--- a/dlls/quartz/regsvr.c
+++ b/dlls/quartz/regsvr.c
@@ -222,19 +222,6 @@ static struct regsvr_filter const filter_list[] = {
             { 0xFFFFFFFF },
         }
     },
-    {   &CLSID_AudioRender,
-        &CLSID_LegacyAmFilterCategory,
-        L"Audio Renderer",
-        0x800000,
-        {   {   REG_PINFLAG_B_RENDERER,
-                {   { &MEDIATYPE_Audio, &MEDIASUBTYPE_PCM },
-/*                  { &MEDIATYPE_Audio, &MEDIASUBTYPE_IEEE_FLOAT }, */
-                    { NULL }
-                },
-            },
-            { 0xFFFFFFFF },
-        }
-    },
     {   &CLSID_AVIDec,
 	&CLSID_LegacyAmFilterCategory,
 	L"AVI Decompressor",




More information about the wine-cvs mailing list