quartz: Add stub IAMStreamSelect to MPEG-1 Stream Splitter.

Anton Baskanov baskanov at gmail.com
Sat Feb 14 23:45:38 CST 2015


On Sat, Feb 14, 2015 at 11:07 PM, Nikolay Sivov <nsivov at 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.



More information about the wine-devel mailing list