cplussharp / graph-studio-next

GraphStudioNext is a tool for developers to build and test DirectShow Graphs
354 stars 94 forks source link

Strange pins combination incompatibility #311

Open mirh opened 7 years ago

mirh commented 7 years ago

Try to link Microsoft DTV-DVD Video Decoder, a Time Measure Filter and Null Renderer. For some reason when you take two of them.. every single mix is fine. All three? They disconnect.

mikecopperwhite commented 7 years ago

Thanks for the report.

I've managed to reproduce this rendering an mpeg2 file. Likely to be a connection or allocator problem with the time measure filter but hard to say without debugging it in detail.