quartz: Prevent circular connections in render case too.

This commit is contained in:
Maarten Lankhorst 2010-11-24 18:23:54 +01:00 committed by Alexandre Julliard
parent 36fb590efd
commit 0a4adc1f10

View File

@ -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);