Alexandre Julliard pushed to branch master at wine / wine Commits: 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 - - - - - 2 changed files: - dlls/amstream/ddrawstream.c - dlls/amstream/tests/amstream.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f935c082684b93d8d625552d5d7517... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f935c082684b93d8d625552d5d7517... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help