On Sat, Feb 14, 2015 at 11:07 PM, Nikolay Sivov nsivov@codeweavers.com wrote:
- if (!IsEqualIID(riid, &IID_IPin) && !IsEqualIID(riid,
&IID_IVideoWindow))
FIXME("No interface for %s!\n", qzdebugstr_guid(riid));
Do you really need to limit it like that?
I don't know the exact purpose, but this code can be found in many filters. It was added by Maarten Lankhorst: - quartz: Silence requests for ipin on filters. - quartz: Silence requests for IVideoWindow.