I'm trying to decode h264 video stream using OpenMAX decoder:
https://gist.github.com/NicholasShatokhin/f6a86d03707decf53d684c4c82f909a6
Looks like that everything is OK, but when I send data to decoder it doesn't fill the output buffers. FillBufferDone callback doesn't called during application running. Only when Flush function called, I get this callback with empty buffer.
What did I miss here? Is there problem with my code or with decoder itself? How to check it?