I have some errors when trying to play .wmv file using my video player, based on Media IMFMediaEngine API. Here they are:
D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 10 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 20 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 40 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
D3D11 ERROR: ID3D11DeviceContext::GetVideoProcessorFilterRange: The filter property 80 is not supported! [ STATE_GETTING ERROR #3145806: GETVIDEOPROCESSORFILTERRANGE_UNSUPPORTED]
D3D11 ERROR: ID3D11DeviceContext::VideoProcessorSetStreamRotation: Device does not support rotation! [ STATE_SETTING ERROR #3146033: VIDEOPROCESSORSETSTREAMROTATION_UNSUPPORTED]
Please, help me to understand what I am doing wrong? And what do these errors mean?