[PATCH 1/4] quartz: Use CBaseFilter::FindPin().

Alexandre Julliard julliard at winehq.org
Thu Jul 5 12:18:09 CDT 2018


Zebediah Figura <z.figura12 at gmail.com> writes:

> Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
> ---
>  dlls/quartz/acmwrapper.c |  2 +-
>  dlls/quartz/avidec.c     |  2 +-
>  dlls/quartz/avisplit.c   |  2 +-
>  dlls/quartz/filesource.c | 23 +----------------------
>  dlls/quartz/mpegsplit.c  |  2 +-
>  dlls/quartz/parser.c     | 10 ----------
>  dlls/quartz/parser.h     |  1 -
>  dlls/quartz/waveparser.c |  2 +-
>  8 files changed, 6 insertions(+), 38 deletions(-)

This breaks the tests:

../../../tools/runtest -q -P wine -T ../../.. -M quartz.dll -p quartz_test.exe.so filtergraph && touch filtergraph.ok
filtergraph.c:566: Tests skipped: L"test.avi": codec not supported; skipping test
filtergraph.c:589: Test failed: CreateFile failed: err=32
filtergraph.c:566: Tests skipped: L"test.mpg": codec not supported; skipping test
filtergraph.c:589: Test failed: CreateFile failed: err=32
filtergraph.c:57: Test failed: file creation failed, at L"C:\\users\\julliard\\Temp\\test.avi", error 32
filtergraph.c:64: Test failed: couldn't write resource
Makefile:280: recipe for target 'filtergraph.ok' failed
make: *** [filtergraph.ok] Error 4

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list