Zebediah Figura : strmbase: Get rid of the base transform.
Module: wine Branch: master Commit: 421e6b2b938b785755979b99a5cbcd0edb2eda0c URL: https://source.winehq.org/git/wine.git/?a=commit;h=421e6b2b938b785755979b99a... Author: Zebediah Figura <z.figura12(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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=421e6b2b938b785755979...
participants (1)
-
Alexandre Julliard