Module: wine Branch: master Commit: e15af49029189ef18497fd6da3fccd73f07a324b URL: https://source.winehq.org/git/wine.git/?a=commit;h=e15af49029189ef18497fd6da...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri May 13 02:50:37 2022 +0200
winegstreamer: Implement H264 SetOutputType by reconfiguring the pipeline.
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 | 11 ++--- dlls/winegstreamer/gst_private.h | 1 + dlls/winegstreamer/h264_decoder.c | 23 ++++++++++- dlls/winegstreamer/main.c | 13 ++++++ dlls/winegstreamer/unix_private.h | 1 + dlls/winegstreamer/unixlib.h | 7 ++++ dlls/winegstreamer/wg_parser.c | 1 + dlls/winegstreamer/wg_transform.c | 84 +++++++++++++++++++++++++++++++++++++++ 8 files changed, 133 insertions(+), 8 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e15af49029189ef18497f...