Module: wine
Branch: master
Commit: 7ef5f3be5aaf6317414826a5b979a6c288b13697
URL: https://source.winehq.org/git/wine.git/?a=commit;h=7ef5f3be5aaf6317414826a5…
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Fri May 17 00:31:06 2019 -0500
amstream: Reimplement IBaseFilter methods in the media stream filter.
In the long (or even short) term we probably want to decouple amstream from
strmbase entirely. The fact that pins and filters belong to separate objects
(and either one can even be provided by the application) prevents us from
performing some helpful restructuring.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/amstream/mediastreamfilter.c | 225 ++++++++++++++++++++++++--------------
1 file changed, 144 insertions(+), 81 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=7ef5f3be5aaf63174148…