Hello.
I was happy using example omx_image https://github.com/brynthomas/omx_image for loading jpeg images directly to texture with help of OMX_UseEGLImage.
But after rpi firmware update Commits on Oct4 2016 https://github.com/Hexxeh/rpi-firmware/ ... 6f9bd41e45 it stops working. It stops(stuck) loading image around line 575 in omx_image.c (OMX_UseEGLImage).
I don't know what changed in rpi firmware but I'm not able to modify this example to make it working with the latest rpi firmware update.