Commit 2250c289 authored by Chris Robinson's avatar Chris Robinson Committed by Alexandre Julliard

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

parent 2d592427
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment