Hi,
I have a question regarding buffer's allocation. In OMX chain does it matter which component does the allocation of buffers
and which uses them? What are the differences?
I work with ezsdk 5.03 and I built the following chain:
capture->dei->vlpb->display
When vlpb allocates buffers for input port and dei uses them for output buffers, the examples work just fine. But when dei allocates buffers for output port
and vlpb uses them for input port , the example stacks.
Thanks.