hi there!
i'm using vmr7 with a customized allocator presenter. my allocator presenter basically just works as a proxy for the default component, only that i'm doing some drawing in the before i forward Calls to PresentImage(..).
Everything works fine, but auf the user hits ctrl+alt+del and comes back to the desktop the video image is not showing anymore.
In the sample application (directshow/vmr/renderless) after leaving the ctrl+alt+del screen the ChangeDDrawDevice gets called - with my allocator presenter it doesnt.
seems like im forgetting something or am not really understanding the mechanisms..
how am i notified of the user leaving the ctr+alt+del screen
thanks in advance for your help

Problem with custom AllocatorPresenter