Sweden-Number/dlls/strmbase
Zebediah Figura 421e6b2b93 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@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-11 15:55:59 +01:00
..
Makefile.in strmbase: Get rid of the base transform. 2020-03-11 15:55:59 +01:00
dispatch.c
filter.c strmbase: Trace the filter name in IBaseFilter methods. 2020-01-31 10:20:09 +01:00
mediatype.c strmbase: Move the IEnumMediaTypes implementation to pin.c. 2020-01-29 09:46:09 +01:00
outputqueue.c
pin.c qasf/dmowrapper: Implement source connection. 2020-02-19 09:16:06 +01:00
pospass.c
qualitycontrol.c strmbase: Rename the "pClock" member of struct strmbase_filter to "clock". 2020-01-31 10:20:04 +01:00
renderer.c strmbase/renderer: Return S_FALSE when pausing the stream if approprate. 2020-02-20 16:23:09 +01:00
seeking.c
strmbase_private.h strmbase: Fix printing negative values in debugstr_time(). 2020-01-31 10:18:25 +01:00
video.c
window.c