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

Nikolay Sivov bunglehead at gmail.com
Sun Feb 15 04:17:18 CST 2015


On 15.02.2015 8:45, Anton Baskanov wrote:
> 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.
>
>

I see, it's meant to make it spam less probably.



More information about the wine-devel mailing list