[PATCH v3 1/6] quartz: Always return VFW_E_CANNOT_CONNECT from Connect() if no filter was found.

Zebediah Figura z.figura12 at gmail.com
Thu Mar 1 13:15:58 CST 2018


On 01/03/18 12:25, Alexandre Julliard wrote:
> Zebediah Figura <z.figura12 at gmail.com> writes:
> 
>> Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
>> ---
>> v3: Fix test failures; sorry about the spam.
>>
>>  dlls/quartz/filtergraph.c       |  2 +-
>>  dlls/quartz/tests/filtergraph.c | 30 +++++++++++++++++++-----------
>>  2 files changed, 20 insertions(+), 12 deletions(-)
> 
> This breaks the tests here:
> 
> ../../../tools/runtest -q -P wine -T ../../.. -M qcap.dll -p qcap_test.exe.so smartteefilter && touch smartteefilter.ok
> smartteefilter.c:1570: Test failed: connecting Capture pin without first connecting Input pin returned 0x80040217
> smartteefilter.c:1572: Test failed: connecting Preview pin without first connecting Input pin returned 0x80040217
> Makefile:226: recipe for target 'smartteefilter.ok' failed
> make: *** [smartteefilter.ok] Error 2
> 

Ugh, thanks. In that case I'll just send the test without the Connect() fix.



More information about the wine-devel mailing list