From: Alexandre Julliard Subject: Re: [PATCH 4/4] quartz/filtergraph: Return VFW_E_CANNOT_CONNECT from FilterGraph2_Connect() on failure. Message-Id: <871s9mh5md.fsf@winehq.org> Date: Sat, 22 Sep 2018 00:01:46 +0200 In-Reply-To: <1537504455-24453-4-git-send-email-z.figura12@gmail.com> (Zebediah Figura's message of "Thu, 20 Sep 2018 23:34:15 -0500") References: <1537504455-24453-1-git-send-email-z.figura12@gmail.com> <1537504455-24453-4-git-send-email-z.figura12@gmail.com> Zebediah Figura writes: > Signed-off-by: Zebediah Figura > --- > dlls/quartz/filtergraph.c | 2 +- > dlls/quartz/tests/filtergraph.c | 3 --- > 2 files changed, 1 insertion(+), 4 deletions(-) It breaks the tests: ../../../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 make: *** [Makefile:227: smartteefilter.ok] Error 2 -- Alexandre Julliard julliard@winehq.org