Site icon EfmSoft

What does HRESULT 0xC00D36B5 (MF_E_NOTACCEPTING) mean?

 
Previous Next
MF_E_INVALIDMEDIATYPE MF_E_NOT_INITIALIZED

MF_E_NOTACCEPTING

MF_E_NOTACCEPTING commonly means that an MFT is holding input or has output ready to be collected. It is flow control, not a permanent failure of the decoder or encoder.

Drain available output first

Log input and output calls in order. This usually exposes an application that feeds an MFT faster than it retrieves output.

Microsoft: IMFTransform::ProcessInput · Microsoft: basic MFT processing model


Looking for a different code? Search another status or error code.

Exit mobile version