[PATCH 1/4] quartz/filesource: Store file size on load.

Zebediah Figura zfigura at codeweavers.com
Sun Apr 19 19:11:47 CDT 2020


On 4/19/20 6:05 PM, Paul Gofman wrote:
> diff --git a/dlls/quartz/tests/filesource.c b/dlls/quartz/tests/filesource.c
> index 2040910516..87bbf1ee13 100644
> --- a/dlls/quartz/tests/filesource.c
> +++ b/dlls/quartz/tests/filesource.c
> @@ -1035,6 +1035,9 @@ static void test_async_reader(void)
>      }
>      CloseHandle(file);
>  
> +    hr = IBaseFilter_FindPin(filter, L"Output", &pin);
> +    ok(hr == VFW_E_NOT_FOUND, "Got unexpected hr %#x.\n", hr);
> +

Did you mean to put this here?

>      IBaseFilter_QueryInterface(filter, &IID_IFileSourceFilter, (void **)&filesource);
>      IFileSourceFilter_Load(filesource, filename, NULL);
>      IBaseFilter_FindPin(filter, L"Output", &pin);
> 



More information about the wine-devel mailing list