GNOME Bugzilla – Bug 636172
imagefreeze: eos is not passed before a buffer arrives
Last modified: 2010-12-06 14:25:58 UTC
In the case where there's a bad or corrupt image, jpegdec sends just an eos but no frame. imagefreeze subsequently doesn't pass it on and drops the event. This prevents the pipeline from stopping.
Created attachment 175585 [details] [review] Fixes the issue
commit 6e7474459a2eca111af737a5d2e063bb7bd1313d Author: David Hoyt <dhoyt@llnl.gov> Date: Mon Dec 6 15:21:53 2010 +0100 imagefreeze: pass along eos if received before buffer arrives Fixes #636172.