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.