April 16, 2026
10:38 p.m.
It's a bit confusing but test_enum_media_types() is for testing some behaviour related to the enumerator; the media type itself is already tested in test_media_types() and the new tests should go there instead.
OK, thanks for that. I've removed the first commit (as that was a duplicate test) and moved the second from `test_enum_media_types` to `test_media_types`.
it would be more idiomatic to just use IsEqualGUID() on the whole thing.
I agree. I have changed that.
That's not how to check if the pin is connected.
I've changed it to check for `enum_media_types->stream->peer` instead. Hopefully that's what you meant? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10677#note_136641