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 Decoder behavior after flush.

Hi,
       I am using OMX with EZSDK 5.04 in DM8168 for doing H.264 decode of two videos (one after the other). My application demands that I decode the first video completely before I start decoding the second video. After submitting all the frames of the first video to the decoder, the code sends a flush command to the decoder to get all the remaining decoded frames of the first video. But after doing this, EmptyThisBuffer call for the first frame of the second video fails and EmptyBufferDone callback is never called. Am I missing something in my code?

Thanks,
Senthil