I have created and rendered a directshow graph. The graph itself is being rendered into a ISampleGrabberCB
and all is well.
However, if I press Ctrl+Alt+Del, the BufferCB
on the ISampleGrabberCB
stops getting called. I have checked the graph and it is still running. Why did ISampleGrabberCB
stop working?