-
37267588
by Conor McCarthy at 2025-08-05T22:11:10+09:00
mfplat/tests: Add NV12 650 x 850 to image_size_tests.
-
20b97208
by Conor McCarthy at 2025-08-05T22:11:10+09:00
mf/tests: Add a video processor NV12 test with a width alignment of 2.
GStreamer has a minimum NV12 alignment of 4.
-
c767b6a6
by Conor McCarthy at 2025-08-05T22:11:12+09:00
winegstreamer: Do not pass a sample size to wg_transform_read_mf().
The size is not used. We could perhaps check it against the maximum size
of the MF sample, but it would be more relevant to check the maximum size
against the size GStreamer requires, which is unknown in this function.