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