I am using Intel media-for-mobile sample (https://github.com/INDExOS/media-for-mobile) to Trim/Cut video. However when I try for video trim and click start button it gives me an error:
java.lang.IllegalStateException
with logcat red error as: A component of name 'OMX.qcom.audio.decoder.aac' already exists, ignoring this one.
[OMX.qcom.video.decoder.avc] configureCodec returning error -1010
Codec reported an error.
(omx error 0x80001001, internalError -1010)
Can any body help me to get rid of this issue. I spend two days on this issue but could not figure it out.