Module: wine Branch: master Commit: 264c539ed6180216300e28be1b68aaebc102e5e3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=264c539ed6180216300e28be1...
Author: Zebediah Figura z.figura12@gmail.com Date: Tue Dec 10 10:35:11 2019 -0600
strmbase: Combine the SetMediaType() and CompleteConnect() callbacks.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/quartz/acmwrapper.c | 115 +++++++++--------------------- dlls/quartz/avidec.c | 37 +++------- dlls/strmbase/transform.c | 7 +- dlls/winegstreamer/gsttffilter.c | 146 ++++++++++++++------------------------- dlls/wineqtdecoder/qtvdecoder.c | 25 ++----- include/wine/strmbase.h | 5 +- 6 files changed, 103 insertions(+), 232 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=264c539ed6180216300e2...