Changeset 190854 in webkit


Ignore:
Timestamp:
Oct 12, 2015 5:37:05 AM (9 years ago)
Author:
mario@webkit.org
Message:

[GTK] Media tests crashing with gst-plugins-bad 1.4.4 and cpp 5.2
https://bugs.webkit.org/show_bug.cgi?id=150026

Reviewed by Philippe Normand.

Backport upstream patch from gst-plugins-bad so that the right version
of FAAD2 can be found with newer versions of cpp, so that gst-plugins-bad
gets compiled properly, avoiding crashes on runtime while running tests.

  • gtk/patches/gst-plugins-bad-fix-faad2-version-check.patch: Added.
  • gtk/jhbuild.modules: Referenced the newly added patch for gst-plugins-bad.
Location:
trunk/Tools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r190848 r190854  
     12015-10-12  Mario Sanchez Prada  <mario@endlessm.com>
     2
     3        [GTK] Media tests crashing with gst-plugins-bad 1.4.4 and cpp 5.2
     4        https://bugs.webkit.org/show_bug.cgi?id=150026
     5
     6        Reviewed by Philippe Normand.
     7
     8        Backport upstream patch from gst-plugins-bad so that the right version
     9        of FAAD2 can be found with newer versions of cpp, so that gst-plugins-bad
     10        gets compiled properly, avoiding crashes on runtime while running tests.
     11
     12        * gtk/patches/gst-plugins-bad-fix-faad2-version-check.patch: Added.
     13        * gtk/jhbuild.modules: Referenced the newly added patch for gst-plugins-bad.
     14
    1152015-10-11  Myles C. Maxfield  <mmaxfield@apple.com>
    216
  • trunk/Tools/gtk/jhbuild.modules

    r190622 r190854  
    323323            md5sum="972c6e22dd2e44fcf0b04b9d810a56be">
    324324      <patch file="gst-plugins-bad-remove-gnustep-support.patch" strip="1"/>
     325      <patch file="gst-plugins-bad-fix-faad2-version-check.patch" strip="1"/>
    325326    </branch>
    326327  </autotools>
Note: See TracChangeset for help on using the changeset viewer.