Module: wine Branch: master Commit: 841502993f6f9b133dbf4a17e58f243fb878708d URL: https://source.winehq.org/git/wine.git/?a=commit;h=841502993f6f9b133dbf4a17e... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Fri Jan 24 19:55:10 2020 -0600 winegstreamer: Get rid of the YUV-to-(A)RGB converters. This is handled by the splitter filter now. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winegstreamer/gst_guids.h | 2 - dlls/winegstreamer/gst_private.h | 2 - dlls/winegstreamer/gsttffilter.c | 217 --------------------------------------- dlls/winegstreamer/main.c | 52 ---------- 4 files changed, 273 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=841502993f6f9b133dbf4...