quartz: Also report the input pin in Parser_GetPinCount().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
be916a7eea
commit
fb2f9fa151
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue