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 strmbase: Get rid of base IDispatch implementation. 2019-06-10 12:26:07 +02:00
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 strmbase: Avoid unnecessary use of IPin::ConnectedTo(). 2019-11-19 09:23:29 +01:00
pin.c qasf/dmowrapper: Implement source connection. 2020-02-19 09:16:06 +01:00
pospass.c strmbase: Introduce a helper to trace reference time. 2019-10-07 10:00:30 +02:00
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: Use a separate critical section for the SourceSeeking structure. 2019-12-03 21:27:14 +01:00
strmbase_private.h strmbase: Fix printing negative values in debugstr_time(). 2020-01-31 10:18:25 +01:00
video.c strmbase: Get rid of the unused "cs" parameter to strmbase_video_init(). 2019-11-18 19:12:14 +01:00
window.c strmbase: Detach the window from the parent before destroying it. 2020-01-15 10:31:36 +01:00