hi
because current mydroid on AOSP branch
video cannot be played
so i test it on donut branch

but when playing http mp4
i found crash in libopencore_common

opencore/nodes/pvmediaoutputnode/src/pv_media_output_node.cpp:144

OSCL_EXPORT_REF PVMFStatus PVMediaOutputNode::ThreadLogon()
 128 {

 141
 142     if (iMIOControl)
 143     {
 144         iMIOControl->ThreadLogon();
 145         iMediaIOState = STATE_LOGGED_ON;
 146     }

 156     return PVMFSuccess;
 157 }


but it seems on G1 and Donut SDK dont have this problem
so i am wondering how should i do the prevent this crash??

thanks

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to