Video Renderer Filter rejects sample
问题 Currently my filter just forwards data from one input pin to a renderer-filter. I am testing it in graphstudio. Now, everything seems to work just fine except that in the Deliver method of my output pin the call to the connected input pin returns a sample-rejected error code. ( VFW_E_SAMPLE_REJECTED 0x8004022B ) According to MSDN this can happen if one the following is true: The pin is flushing (see Flushing). The pin is not connected. The filter is stopped. Some other error occurred I don't