[PATCH 2/5] quartz: Also report the input pin in Parser_GetPinCount().

Zebediah Figura z.figura12 at gmail.com
Tue Feb 26 22:56:27 CST 2019


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/quartz/parser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/quartz/parser.c b/dlls/quartz/parser.c
index 49b0adf6f5..664cecf07d 100644
--- a/dlls/quartz/parser.c
+++ b/dlls/quartz/parser.c
@@ -85,7 +85,7 @@ static LONG WINAPI Parser_GetPinCount(BaseFilter *iface)
 
     TRACE("%p->()\n", This);
 
-    return This->cStreams;
+    return This->cStreams + 1;
 }
 
 static const BaseFilterFuncTable BaseFuncTable = {
-- 
2.20.1




More information about the wine-devel mailing list