HI All, When I tried to run my AAC media file, it is giving following error and finally calling ComponentDeInit and halting.
Below is the section of the log I got: PVLOG:TID(0x143e0):Time=389:AndroidAudioMIO::setParametersSyn c() Error, unrecognized key x-pvmf/media/ format_specific_info_pcm;valtype=key_sp ecific_value E/PV ( 775): PVLOG:TID (0x143e0):Time=389:PVMediaOutputNodePort::ConfigMIO setParametersSync of PVMF_FORMAT_SPECIFIC_INFO_KEY_AUDIO failed E/PV ( 775): PVLOG:TID (0x143e0):Time=389:PVMediaOutputNodePort::ConfigMIO setParametersSync of PVMF_FORMAT_SPECIFIC_INFO_KEY_AUDIO failed E/PV ( 775): PVLOG:TID (0x143e0):Time=389:PVMediaOutputNode:NodeErrorEvent Type -19 EVData 0 EVCode 8 E/PV ( 775): PVLOG:TID (0x143e0):Time=389:PVPlayerEngine::HandleNodeErrorEv ent() In E/PV ( 775): PVLOG:TID (0x143e0):Time=389:PVPlayerEngine::HandleSinkNodeErr orEvent() In E/PV ( 775): PVLOG:TID (0x143e0):Time=389:PVPlayerEngine::HandleSinkNodeErr orEvent() Do nothing for this event -19 E/PV ( 775): PVLOG:TID (0x143e0):Time=389:PVPlayerEngine::HandleSinkNodeErr orEvent() Out I want to know when this error will come. I gone through the code base and got little idea. This error comes when iNode->iMIOConfig->setParametersSync(iNode->iMIOSession, aParameters, 1, aRetParameters); this function fails. I am not getting where this setParametersSync function is defined Regards Gururaja B O -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
