15 Feb
2015
15 Feb
'15
4:17 a.m.
On 15.02.2015 8:45, Anton Baskanov wrote:
On Sat, Feb 14, 2015 at 11:07 PM, Nikolay Sivov <nsivov(a)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.
I see, it's meant to make it spam less probably.