I'm running motion software with ffmpeg h264_omx encoder and experiencing OMX_EmptyThisBuffer function hanging when encoding 1280 x 720 resolution video. It works flawlessly at 800 x 600 resolution, 1920 x 1080 appears to work too but haven't tested it much.
I've added start_debug=1 to config.txt, and sudo vcdbg log assert gave me nothing.
My /etc/modprobe.d/bcm2835-v4l2.conf: options bcm2835-v4l2 max_video_width=1920 max_video_height=1080
How do I debug this further?
More information about the versions tested here.