Buffer Header Management

Hi

When using the OMX_EmptyThisBuffer(hComponentB, pBufferHdr), does the pBufferHdr have to be the buffer header allocated by ComponentB ? I notice that the bellagio implementation will directly use the buffer header from another component (refer to the mp3FillBufferDone()). Thanks.

mia.

Buffer headers are local to a single tunnel and cannot be shared with other tunnels in a conformant manner.

Thanks,

Roger