mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 06:00:45 +00:00
quartz: Prevent circular connections in render case too.
This commit is contained in:
parent
36fb590efd
commit
0a4adc1f10
@ -1235,7 +1235,7 @@ static HRESULT WINAPI FilterGraph2_Render(IFilterGraph2 *iface, IPin *ppinOut)
|
||||
|
||||
if (to == NULL)
|
||||
{
|
||||
hr = IPin_Connect(ppinOut, pin, NULL);
|
||||
hr = FilterGraph2_ConnectDirect(iface, ppinOut, pin, NULL);
|
||||
if (SUCCEEDED(hr))
|
||||
{
|
||||
TRACE("Connected successfully %p/%p, %08x look if we should render more!\n", ppinOut, pin, hr);
|
||||
|
Loading…
Reference in New Issue
Block a user