I think that's the software AAC decoder, so source code should be present in AOSP under frameworks/base/media/libstagefright. Add some logs in software AAC to see where it is passing that error code up to OMXCodec.
Another idea is to use a host-based media analyzer tool to examine the headers for the audio portion of the content -- maybe it's an unsupported AAC variant, a corrupt AAC frame, etc. On Feb 13, 10:46 pm, Ritesh Solanki <[email protected]> wrote: > Hi All, > > I am trying to play some video on the ICS emulator, it plays most of the > video but for some video it does not play and gives below error. > > D/MediaPlayer( 1899): getMetadata > E/OMXCodec( 1080): [OMX.google.aac.decoder] ERROR(0x80001001, 10) > > can anyone please help me in this. > > Thanks and regards > Ritesh -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
