-
416206f3
by Brendan McGrath at 2026-04-09T22:25:26+02:00
amstream/tests: Test when top-down image is not accepted.
On Windows, when the ddraw media stream receives a ReceiveConnection request
and the media type has a positive height value (i.e. a bottom-up image), it
will call AcceptQuery on the peers Pin with the sign of the height flipped (i.e.
it checks if the peer can produce a top-down image).
It will reject the ReceiveConnection attempt with VFW_E_TYPE_NOT_ACCEPTED if the
AcceptQuery returns S_FALSE.
-
3989cfd7
by Brendan McGrath at 2026-04-09T22:25:26+02:00
amstream: Reject filter when top-down image is not accepted.
-
6ed9354f
by Brendan McGrath at 2026-04-09T22:25:26+02:00
amstream: Always return S_OK on disconnect.
The MS documentation for IPin::Disconnect says to return S_FALSE when not
connected, but the MS implementation returns S_OK