Module: wine
Branch: master
Commit: 7be64a8d3eec3c52dc58a20a178d33dd25de56d0
URL: https://source.winehq.org/git/wine.git/?a=commit;h=7be64a8d3eec3c52dc58a20a…
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Mon Jun 29 20:14:06 2020 -0500
winegstreamer: Don't store DirectShow caps.
Primarily so that we can connect using video caps that can't be translated into
DirectShow caps. They will later be converted into translatable caps once the
DirectShow source pin is connected.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47642
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/winegstreamer/gstdemux.c | 162 ++++++++++++++++++++++++------------------
1 file changed, 94 insertions(+), 68 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=7be64a8d3eec3c52dc58…