quartz: Loop through the rest of the possible filters even when a connection fails.

This commit is contained in:
Chris Robinson 2007-02-13 14:32:34 -08:00 committed by Alexandre Julliard
parent 2d592427e5
commit 2250c2898f
1 changed files with 1 additions and 1 deletions

View File

@ -1061,7 +1061,7 @@ static HRESULT WINAPI GraphBuilder_RenderFile(IGraphBuilder *iface,
IBaseFilter_Release(ppinsplitter);
ppinsplitter = NULL;
TRACE("Cannot connect to filter (%x), trying next one\n", hr);
break;
continue;
}
TRACE("Successfully connected to filter\n");
break;