An app streams H.265 (HEVC) video without any problem, so I am asking this question out of curiosity.
Logcat periodically shows the following error:
E/ACodec: [OMX.google.hevc.decoder] setPortMode on output to DynamicANWBuffer failed w/ err -1010
I do not see anything noticeably wrong with the video. I am wondering what the error means exactly. The message does not point to any code of the app. Since it is for OMX.google.hevc.decoder, I know it is related to H.265 decoding.
Could anyone shed some light on this?