Changeset 207531 in webkit


Ignore:
Timestamp:
Oct 19, 2016 1:18:24 AM (8 years ago)
Author:
Philippe Normand
Message:

WebRTC: [GTK] Update jhbuild environment for OpenWebRTC
https://bugs.webkit.org/show_bug.cgi?id=163330

Reviewed by Michael Catanzaro.

Bring back the openwebrtc JHBuild moduleset in the time being. It
should be removed after the bump to GStreamer 1.10 is complete and
the libnice patches have been upstreamed. The GStreamer git
snapshots used in this patch are the ones configured in Ericsson's
GStreamer Cerbero fork.

  • gtk/openwebrtc.modules: Added.
  • gtk/patches/libnice-0001-TURN-allow-REALM-to-be-empty.patch: Added.
  • gtk/patches/libnice-0001-agent-Remove-unnecessary-NULL-check.patch: Added.
  • gtk/patches/libnice-0001-nicesrc-spin-the-agent-mainloop-in-a-separate-thread.patch: Added.
  • gtk/patches/libnice-0002-Do-not-update-a-remote-candidate-s-type.patch: Added.
  • gtk/patches/libnice-0002-TURN-handle-437-Allocation-Mismatch-responses.patch: Added.
  • gtk/patches/libnice-0003-Do-not-compare-scope-for-IPv6-address-when-scope-is-.patch: Added.
  • gtk/patches/libnice-0004-Removing-no-op-assignment.patch: Added.
Location:
trunk/Tools
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r207517 r207531  
     12016-10-18  Philippe Normand  <pnormand@igalia.com>
     2
     3        WebRTC: [GTK] Update jhbuild environment for OpenWebRTC
     4        https://bugs.webkit.org/show_bug.cgi?id=163330
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        Bring back the openwebrtc JHBuild moduleset in the time being. It
     9        should be removed after the bump to GStreamer 1.10 is complete and
     10        the libnice patches have been upstreamed. The GStreamer git
     11        snapshots used in this patch are the ones configured in Ericsson's
     12        GStreamer Cerbero fork.
     13
     14        * gtk/openwebrtc.modules: Added.
     15        * gtk/patches/libnice-0001-TURN-allow-REALM-to-be-empty.patch: Added.
     16        * gtk/patches/libnice-0001-agent-Remove-unnecessary-NULL-check.patch: Added.
     17        * gtk/patches/libnice-0001-nicesrc-spin-the-agent-mainloop-in-a-separate-thread.patch: Added.
     18        * gtk/patches/libnice-0002-Do-not-update-a-remote-candidate-s-type.patch: Added.
     19        * gtk/patches/libnice-0002-TURN-handle-437-Allocation-Mismatch-responses.patch: Added.
     20        * gtk/patches/libnice-0003-Do-not-compare-scope-for-IPv6-address-when-scope-is-.patch: Added.
     21        * gtk/patches/libnice-0004-Removing-no-op-assignment.patch: Added.
     22
    1232016-10-18  Sam Weinig  <sam@webkit.org>
    224
  • trunk/Tools/gtk/jhbuild.modules

    r206905 r207531  
    513513    <dependencies>
    514514      <dep package="gst-plugins-openwebrtc"/>
     515      <dep package="gst-plugins-bad"/>
    515516      <dep package="libnice"/>
    516517     </dependencies>
Note: See TracChangeset for help on using the changeset viewer.