I write a omx demo. (RTSP->VDEC->VSNK). when VSNK run in M3video, It works.
if I move the VSNK component from M3video to A8.
in app_cfg.h
I motify #define DOMX_CORE_vsnk_m3video -> #define DOMX_CORE_vsnk_a8host
in makefile
COMP_LIST_a8host = cmux dmux rtptx rtprx omxbase omxcore domx timmosal omxutils vsnk
if VSNK component run in A8, the code is crash in OMX_SetupTunnel() between VDEC and VSNK.
I don't know why? which code do I have to modify?
By the way, If I want to take some raw data from VDEC for snapshot function in A8 UI, Do you have any suggestion?