Module: wine Branch: master Commit: d263c4a366fbdb9bc05ef5ae77cd0677d76f5624 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d263c4a366fbdb9bc05ef5ae7...
Author: Zebediah Figura z.figura12@gmail.com Date: Tue Jan 28 23:36:51 2020 -0600
winegstreamer: Get rid of the mp3 decoder.
In the unlikely event that we are hotplugging not from an IAsyncReader, we already have the ACM wrapper and l3codeca.acm available to do the same thing.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winegstreamer/Makefile.in | 4 +- dlls/winegstreamer/gst_cbs.c | 24 -- dlls/winegstreamer/gst_cbs.h | 13 - dlls/winegstreamer/gst_guids.h | 1 - dlls/winegstreamer/gst_private.h | 7 - dlls/winegstreamer/gstdemux.c | 14 +- dlls/winegstreamer/gsttffilter.c | 628 --------------------------------------- dlls/winegstreamer/main.c | 35 --- 8 files changed, 2 insertions(+), 724 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d263c4a366fbdb9bc05ef...