Module: wine Branch: master Commit: 24e546779f4e0fa86b20fe0c4023b44f019fbd25 URL: https://source.winehq.org/git/wine.git/?a=commit;h=24e546779f4e0fa86b20fe0c4...
Author: Rémi Bernon rbernon@codeweavers.com Date: Wed Mar 9 09:53:06 2022 +0100
winegstreamer: Introduce new H264 decoder transform stub.
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 Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mf/tests/mf.c | 2 +- dlls/winegstreamer/Makefile.in | 1 + dlls/winegstreamer/gst_private.h | 1 + dlls/winegstreamer/h264_decoder.c | 276 +++++++++++++++++++++++++++ dlls/winegstreamer/mfplat.c | 29 ++- dlls/winegstreamer/winegstreamer_classes.idl | 6 + 6 files changed, 313 insertions(+), 2 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=24e546779f4e0fa86b20f...