22 Aug
2025
22 Aug
'25
8:07 a.m.
Rémi Bernon (@rbernon) commented about dlls/mf/tests/transform.c:
output_sample = create_sample(NULL, actual_width * actual_height * 2); hr = check_mft_process_output(transform, output_sample, &output_status); - todo_wine ok(hr == MF_E_TRANSFORM_STREAM_CHANGE, "ProcessOutput returned %#lx\n", hr); - todo_wine ok(output_status == MFT_OUTPUT_DATA_BUFFER_FORMAT_CHANGE, "got output[0].dwStatus %#lx\n", output_status);
These tests aren't passing on our CI. They might be depending on your configuration, the CI uses libav plugins. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8812#note_113558