[Webkit-unassigned] [Bug 176089] [GTK] Fix playback of imgur GIFs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 18 08:55:55 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=176089

Said Abou-Hallawa <sabouhallawa at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sabouhallawa at apple.com

--- Comment #4 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
(In reply to Michael Catanzaro from comment #2)
> (In reply to Carlos Garcia Campos from comment #1)
> > I can't reproduce it
> 
> Seems .givf can be a wrapper around either GIF or MP4. You're getting the
> MP4 so it plays fine. I'm getting the GIF, which is broken. Here is a direct
> link to the GIF:
> 
> http://i.imgur.com/YSxwPUC.gif
> 
> I think GIFs on many websites have been broken for a long time (about one
> year now). The first iteration is extremely slow and choppy. After the first
> iteration, it plays properly.

Is the problem fixed if you disable async image decoding for animated images? You can disable it in mini browser from Settings/Enable Animated Image Async Decoding.

If the problem is fixed when async image decoding is disabled, you can disable async image decoding by making ImageSource::canUseAsyncDecoding() returns false for GTK always. This will restore the old behavior till you have a proper fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170918/b7000c26/attachment-0001.html>


More information about the webkit-unassigned mailing list