quartz: Loop through the rest of the possible filters even when a connection fails.
This commit is contained in:
parent
2d592427e5
commit
2250c2898f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue