Zebediah Figura : strmbase: Get rid of the base transform.

Alexandre Julliard julliard at winehq.org
Wed Mar 11 17:38:31 CDT 2020


Module: wine
Branch: master
Commit: 421e6b2b938b785755979b99a5cbcd0edb2eda0c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=421e6b2b938b785755979b99a5cbcd0edb2eda0c

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Tue Mar 10 22:03:31 2020 -0500

strmbase: Get rid of the base transform.

This is providing very little of value. The code in Receive() and in the state
management methods should probably be moved to the base pin and filter
respectively; the media type management is just wrong (and our two extant
transforms should not handle it the same way anyway), and most of the rest just
passes through to the transform's own callback table.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/strmbase/Makefile.in |   1 -
 dlls/strmbase/transform.c | 437 ----------------------------------------------
 include/wine/strmbase.h   |  50 ------
 3 files changed, 488 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=421e6b2b938b785755979b99a5cbcd0edb2eda0c



More information about the wine-cvs mailing list