After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 544884 - incomplete documentation of gdk_pixbuf_animation_iter_get_delay_time()
incomplete documentation of gdk_pixbuf_animation_iter_get_delay_time()
Status: RESOLVED FIXED
Product: gdk-pixbuf
Classification: Platform
Component: general
git master
Other All
: Normal minor
: ---
Assigned To: gdk-pixbuf-maint
gdk-pixbuf-maint
Depends on:
Blocks:
 
 
Reported: 2008-07-26 19:50 UTC by Roman Ovseitsev
Modified: 2014-10-22 16:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Roman Ovseitsev 2008-07-26 19:50:29 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:
Comment 1 Bastien Nocera 2014-10-22 16:33:22 UTC
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