Yes it is the software decoder. It is giving the error with many file which plays fine on gingerbread. I am not aware about the AAC internal but when I replace the aac decode code in ics with that of gingerbread it is playing.
Thanks and regards Ritesh On Wed, Feb 15, 2012 at 9:22 PM, Glenn Kasten <[email protected]> wrote: > 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 > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
