Alexandre Julliard pushed to branch master at wine / wine
Commits: fe7674a1 by Ziqing Hui at 2024-12-04T20:07:46+01:00 qasf/tests: Add more tests for dmo_wrapper_sink_Receive.
The tests indicate that for dmo_wrapper_sink_Receive: (1) If ProcessOutput succeeds, including S_FALSE, it continue processing. (2) If ProcessOutput fails, it returns S_OK. (3) If downstream Receive fails or return S_FALSE, it returns downstream hr.
- - - - - 29b69755 by Ziqing Hui at 2024-12-04T20:08:11+01:00 qasf: Correctly return failure in process_output.
- - - - -
2 changed files:
- dlls/qasf/dmowrapper.c - dlls/qasf/tests/dmowrapper.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/48e49d313d61a376bbc59bb8554a2b...