Hi,we use DM8168.
I use the usecase of capture-venc.
If I set the Links according to the order: capture init, capture create, venc init, ven create, vcap_start, venc_start; the program is OK.
If I set the Links according to the order: capture init, capture create, vcap_start, venc init, ven create, venc_start; the program is error.
[m3video] 24010: Assertion @ Line: 101 in links_common/ipcInM3/ipcInM3Link_tsk.c: pObj->prd.clkHandle != NULL : failed !!!
the capture start just only includes capture and nsf start. The only difference of two orders is thate the location of capture start is not same.
Why the ipc is error?