Re: Writing a Splitter filter that works with DirectShow editing services

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



On 17 Jan 2007 06:29:43 -0800, Mats wrote:

I have verified that My Splitter is sending samples downstream after
Pause has arrived. I have also verified that no uncompressed image
reaches the renderer after the first one. So some filter ( Decoder,
Frame Rate Converter or DES filter) refuses to pass data on to the next
one.

A number of things could be wrong: I'm not sending the correct
information, I'm sending the correct information at the wrong time or
I'm not sending the required information at all. I am sending New
Segment after all SetRates and SetPositions.


As you say, tricky. What timestamps are you setting on the samples that you
send after the setrate/stop/setpositions/pause?

G
.