Module: wine
Branch: master
Commit: f5a1e2bd87754a2822f2eb0e84291d787936d115
URL: https://source.winehq.org/git/wine.git/?a=commit;h=f5a1e2bd87754a2822f2eb0e…
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Fri Jan 24 19:55:09 2020 -0600
winegstreamer: Support converting color spaces within the splitter filter.
The idea being firstly that it's more efficient to handle this all within one
GStreamer pipeline, especially since we may need to be converting color
spaces anyway (for videoflip), and secondly that this renders obsolete the
color space converter transform filters in gsttffilter.c.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/winegstreamer/gstdemux.c | 238 ++++++++++++++++++++++++++++++++++++++----
1 file changed, 219 insertions(+), 19 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f5a1e2bd87754a2822f2…