Module: wine Branch: master Commit: 648ea45b810f54e5da69a239a4198c3f48b4c7e2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=648ea45b810f54e5da69a239a... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Mon Mar 14 12:09:06 2022 +0100 winegstreamer: Implement H264 decoder GetOutputAvailableType. This adds some todo_wine because we were not enumerating any media type before, and we do now. 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(a)codeweavers.com> Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mf/tests/mf.c | 59 +++++++++-------- dlls/winegstreamer/h264_decoder.c | 133 +++++++++++++++++++++++++++++++++++++- 2 files changed, 159 insertions(+), 33 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=648ea45b810f54e5da69a...