I pasted in the code and it compiles but exits when I try to test it. Commenting out the code causes it to work again. set_tunnel(tunnel, video_decode, 131, video_scheduler, 10); set_tunnel(tunnel+1, video_scheduler, 11, video_render, 90); set_tunnel(tunnel+2, clock, 80, video_scheduler, 12); { OMX_...