quartz: Move IMediaSeeking from the parser pin to the parser filter.
commit796bb9233322df53ea5c772c166484c7754ef822
authorMaarten Lankhorst <m.b.lankhorst@gmail.com>
Tue, 18 Mar 2008 23:05:00 +0000 (18 16:05 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 19 Mar 2008 10:24:46 +0000 (19 11:24 +0100)
treefec49a2536959c95840f296a51caff008c525e36
parentebf6bbd50f40bb0616607b27fa1040285841a5ed
quartz: Move IMediaSeeking from the parser pin to the parser filter.

This interface really shouldn't be in a pin, but rather in the
implementation of the filter, since any seeking is done on the entire
filtergraph, so implementing it in the filter makes more sense.
dlls/quartz/avisplit.c
dlls/quartz/control.c
dlls/quartz/control_private.h
dlls/quartz/filtergraph.c
dlls/quartz/mpegsplit.c
dlls/quartz/parser.c
dlls/quartz/parser.h
dlls/quartz/waveparser.c