Module: wine Branch: master Commit: 939638b05530b10493e7a7e6699a37696bdd0e27 URL: https://source.winehq.org/git/wine.git/?a=commit;h=939638b05530b10493e7a7e66...
Author: Zebediah Figura z.figura12@gmail.com Date: Wed Sep 18 21:37:03 2019 -0500
winegstreamer: Reimplement the WAVE parser ontop of the wavparse plugin.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/quartz/Makefile.in | 3 +- dlls/quartz/main.c | 1 - dlls/quartz/quartz_private.h | 1 - dlls/quartz/quartz_strmif.idl | 7 - dlls/quartz/regsvr.c | 19 -- dlls/quartz/tests/waveparser.c | 13 +- dlls/quartz/waveparser.c | 440 --------------------------------------- dlls/winegstreamer/gst_private.h | 1 + dlls/winegstreamer/gstdemux.c | 109 ++++++++++ dlls/winegstreamer/main.c | 50 +++++ 10 files changed, 173 insertions(+), 471 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=939638b05530b10493e7a...