Module: wine Branch: master Commit: 5de712b5d8b8865c35b1907520c17dddf49b623d URL: https://source.winehq.org/git/wine.git/?a=commit;h=5de712b5d8b8865c35b190752...
Author: Zebediah Figura z.figura12@gmail.com Date: Thu Sep 19 18:59:38 2019 -0500
winegstreamer: Reimplement the AVI splitter on top of the avidemux plugin.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/quartz/Makefile.in | 1 - dlls/quartz/avisplit.c | 1444 -------------------------------------- dlls/quartz/main.c | 1 - dlls/quartz/quartz_private.h | 1 - dlls/quartz/quartz_strmif.idl | 7 - dlls/quartz/regsvr.c | 17 - dlls/quartz/tests/avisplit.c | 13 +- dlls/winegstreamer/gst_private.h | 1 + dlls/winegstreamer/gstdemux.c | 112 ++- dlls/winegstreamer/main.c | 43 ++ 10 files changed, 166 insertions(+), 1474 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5de712b5d8b8865c35b19...