GNOME Bugzilla – Bug 544884
incomplete documentation of gdk_pixbuf_animation_iter_get_delay_time()
Last modified: 2014-10-22 16:33:22 UTC
Documentation Section: According to gdk_pixbuf_animation_iter_get_delay_time() doc the function returns number of milliseconds the current pixbuf should be displayed. One could assume that the returned delay is same as the actual value specified by file. This is however is not the case for animated GIF files where frame delays below 20ms are rounded to 20ms. It could be nice if a note mentioning this issue existed in the doc. Correct version: Other information:
commit fcefaba236daa078be81e12c3270c4d1fda6c633 Author: Bastien Nocera <hadess@hadess.net> Date: Wed Oct 22 18:31:54 2014 +0200 lib: Add note about min timeout in GIF being 20 msecs https://bugzilla.gnome.org/show_bug.cgi?id=544884