Module: wine Branch: master Commit: 9c711ba7488d78a91e133083567e56feb446a7c8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9c711ba7488d78a91e1330835...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon May 23 16:41:36 2022 +0200
winegstreamer: Support mapping of MF_MT_MINIMUM_DISPLAY_APERTURE.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45988 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47084 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49715 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52183 Signed-off-by: Rémi Bernon rbernon@codeweavers.com
---
dlls/mf/tests/mf.c | 40 +++++++++++++++++++-------------------- dlls/winegstreamer/h264_decoder.c | 16 ++++++++++++++++ dlls/winegstreamer/mfplat.c | 25 ++++++++++++++++++++++++ dlls/winegstreamer/unixlib.h | 1 + dlls/winegstreamer/wg_format.c | 3 ++- dlls/winegstreamer/wg_transform.c | 23 ++++++++++++++++++++++ 6 files changed, 87 insertions(+), 21 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9c711ba7488d78a91e133...