This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMX - transition to loaded state

Expert 1100 points

Hello,

I have a question about tearing down an OMX  based application. I added the following components :  VFCC -> DEIM1 -> VLPB -> DEIM2 ->VFDC. 

I have a problem of transition DEIM1 component to loaded state (after releasing all it's buffers). I suspect that it happens because  VLPB must allocate all it's buffers (input+output) , therefore one of DEIM1's output ports uses the buffers that were allocated by VLPB component.  

Does anyone know what can cause this problem?

Alla.