Changeset 153518 in webkit


Ignore:
Timestamp:
Jul 31, 2013 5:42:12 AM (11 years ago)
Author:
zandobersek@gmail.com
Message:

[texmap][GStreamer][GTK] composited video shows tearing
https://bugs.webkit.org/show_bug.cgi?id=118253

Reviewed by Martin Robinson.

  • gtk/jhbuild.modules: Bump the Jhbuild versions of the Gdk-Pixbuf and GTK+ packages to 2.27.3 and 3.8.2, respectively.

The first is required by the second, and the GTK+ bump introduces proper display framerate synchronization that removes
screen tearing when enabling accelerated compositing and performing graphically heavy operations like viewing HD videos.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r153503 r153518  
     12013-07-31  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [texmap][GStreamer][GTK] composited video shows tearing
     4        https://bugs.webkit.org/show_bug.cgi?id=118253
     5
     6        Reviewed by Martin Robinson.
     7
     8        * gtk/jhbuild.modules: Bump the Jhbuild versions of the Gdk-Pixbuf and GTK+ packages to 2.27.3 and 3.8.2, respectively.
     9        The first is required by the second, and the GTK+ bump introduces proper display framerate synchronization that removes
     10        screen tearing when enabling accelerated compositing and performing graphically heavy operations like viewing HD videos.
     11
    1122013-07-30  Ruth Fong  <ruth_fong@apple.com>
    213
  • trunk/Tools/gtk/jhbuild.modules

    r152629 r153518  
    125125      <dep package="glib"/>
    126126    </dependencies>
    127     <branch module="/pub/GNOME/sources/gdk-pixbuf/2.26/gdk-pixbuf-2.26.5.tar.xz" version="2.26.5"
    128             repo="ftp.gnome.org"
    129             hash="sha256:77696fd163bca95a130a1883dbd78d0ae4d782de2fc85a9a38556d13681f5c84"
    130             md5sum="339329e6d619ee3e1cb93979111b04c0"/>
     127    <branch module="/pub/GNOME/sources/gdk-pixbuf/2.27/gdk-pixbuf-2.27.3.tar.xz" version="2.27.3"
     128            repo="ftp.gnome.org"
     129            hash="sha256:843d55b8e0e27285a3e5267555d2827a206e93faf2a44c0fa322622177216fb2"/>
    131130  </autotools>
    132131
     
    150149      <dep package="gdk-pixbuf"/>
    151150    </dependencies>
    152     <branch module="/pub/GNOME/sources/gtk+/3.6/gtk+-3.6.0.tar.xz" version="3.6.0"
    153             repo="ftp.gnome.org"
    154             hash="sha256:e13f45225a795ebe9e4047486fa57b3232e6a21539983775db6cd4ae9046b049"/>
     151    <branch module="/pub/GNOME/sources/gtk+/3.8/gtk+-3.8.2.tar.xz" version="3.8.2"
     152            repo="ftp.gnome.org"
     153            hash="sha256:1ca80c9c15a1df95d74cefb8c2afe4682ba272a4b489106f04877be2a7aff297"/>
    155154  </autotools>
    156155
Note: See TracChangeset for help on using the changeset viewer.