-
aeedb17f
by Conor McCarthy at 2026-01-29T22:44:51+01:00
winegstreamer: Do not clear the output type in resampler SetInputType().
The audio resampler does not implement this behaviour.
-
bf444265
by Conor McCarthy at 2026-01-29T22:44:53+01:00
winegstreamer: Support null type in resampler SetInputType().
-
79cf2852
by Conor McCarthy at 2026-01-29T22:44:53+01:00
winegstreamer: Support null type in resampler SetOutputType().
-
fa3dc7be
by Conor McCarthy at 2026-01-29T22:44:53+01:00
mf/tests: Test resampler output type after setting the input type.
-
efd61376
by Conor McCarthy at 2026-01-29T22:44:53+01:00
mf/tests: Validate the input type in the topology test sink.
Before the addition of more complex tests, we need the sink to behave
more like a real sink.
-
fb4eb7ea
by Conor McCarthy at 2026-01-29T22:44:55+01:00
mf/tests: Do not expect stereo audio when a decoder and resampler are used.
The decoded type is inconsistent across Windows versions.
-
c5f5c95e
by Conor McCarthy at 2026-01-29T22:44:56+01:00
mf/tests: Add more topology loader tests.
-
2e211d56
by Conor McCarthy at 2026-01-29T22:44:56+01:00
mf/tests: Test topology loader transform enumeration.