<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[197752] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/197752">197752</a></dd>
<dt>Author</dt> <dd>alex@webkit.org</dd>
<dt>Date</dt> <dd>2016-03-08 02:36:41 -0800 (Tue, 08 Mar 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] [EFL] Avoid running mediastream tests by default until we compile by default
https://bugs.webkit.org/show_bug.cgi?id=153540

Reviewed by Philippe Normand.

After bumping gstreamer to 1.6.3 in <a href="http://trac.webkit.org/projects/webkit/changeset/196804">r196804</a> we can enable again
Tools:

compilation of mediastream and running the tests.

* Scripts/run-gtk-tests:
(TestRunner): Enable again the UserMedia API test.
* Scripts/webkitperl/FeatureList.pm: Enable the compilation of the
mediastream by default.
* gtk/jhbuild-webrtc.modules: Removed the specific jhbuild modules
file.
* gtk/jhbuild.modules: Bumped the openwebrtc version to the one we
are currently using.

LayoutTests:

compilation of mediastream and running the tests. We have updated
the expectations accordingly.

* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformeflTestExpectations">trunk/LayoutTests/platform/efl/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsScriptsrungtktests">trunk/Tools/Scripts/run-gtk-tests</a></li>
<li><a href="#trunkToolsScriptswebkitperlFeatureListpm">trunk/Tools/Scripts/webkitperl/FeatureList.pm</a></li>
<li><a href="#trunkToolsgtkjhbuildmodules">trunk/Tools/gtk/jhbuild.modules</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkToolsgtkjhbuildwebrtcmodules">trunk/Tools/gtk/jhbuild-webrtc.modules</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (197751 => 197752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/LayoutTests/ChangeLog        2016-03-08 10:36:41 UTC (rev 197752)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2016-03-08  Alejandro G. Castro  &lt;alex@igalia.com&gt;
+
+        [GTK] [EFL] Avoid running mediastream tests by default until we compile by default
+        https://bugs.webkit.org/show_bug.cgi?id=153540
+
+        Reviewed by Philippe Normand.
+
+        After bumping gstreamer to 1.6.3 in r196804 we can enable again
+        compilation of mediastream and running the tests. We have updated
+        the expectations accordingly.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+
</ins><span class="cx"> 2016-03-08  Youenn Fablet  &lt;youenn.fablet@crf.canon.fr&gt;
</span><span class="cx"> 
</span><span class="cx">         [Fetch API] Implement fetch skeleton
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (197751 => 197752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2016-03-08 10:36:41 UTC (rev 197752)
</span><span class="lines">@@ -79,11 +79,6 @@
</span><span class="cx"> # Need to implement font feature seeting for EFL port since r188146.
</span><span class="cx"> css3/font-feature-settings-rendering.html [ Skip ]
</span><span class="cx"> 
</span><del>-# Requires MEDIA_STREAM support.
-webkit.org/b/87662 fast/mediastream [ Skip ]
-webkit.org/b/87662 fast/events/constructors/media-stream-event-constructor.html [ Skip ]
-webkit.org/b/87662 http/tests/media/media-stream [ Skip ]
-
</del><span class="cx"> # ----------------------------------------
</span><span class="cx"> # Tests which also fail in other platforms
</span><span class="cx"> # ----------------------------------------
</span><span class="lines">@@ -1697,6 +1692,10 @@
</span><span class="cx"> webkit.org/b/88080 pointer-lock [ Skip ]
</span><span class="cx"> webkit.org/b/88080 http/tests/pointer-lock [ Skip ]
</span><span class="cx"> 
</span><ins>+# Requires MEDIA_STREAM support.
+webkit.org/b/87662 fast/mediastream [ Skip ]
+webkit.org/b/87662 fast/events/constructors/media-stream-event-constructor.html [ Skip ]
+
</ins><span class="cx"> # Requires INDIE_UI support
</span><span class="cx"> webkit.org/b/111446 indieui [ Skip ]
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (197751 => 197752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2016-03-08 10:36:41 UTC (rev 197752)
</span><span class="lines">@@ -335,6 +335,37 @@
</span><span class="cx"> webkit.org/b/85211 ietestcenter/css3/flexbox/flexbox-align-stretch-001.htm [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/85212 ietestcenter/css3/flexbox/flexbox-layout-002.htm [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><ins>+# Mediastream implementation is not complete yet.
+webkit.org/b/79203 fast/mediastream/MediaStream-MediaElement-srcObject.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/MediaStreamTrack.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/MediaStreamTrack-onended.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-AddRemoveStream.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-createAnswer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-createOffer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-datachannel.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-dtmf.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-events.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-getConfiguration.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-local-offer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-local-pranswer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-remote-offer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-remote-pranswer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-ice.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-localDescription.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-onnegotiationneeded.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-remoteDescription.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-stable.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-stats.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-statsSelector.html [ Skip ]
+webkit.org/b/79203 fast/events/constructors/media-stream-event-constructor.html [ Skip ]
+webkit.org/b/79203 webaudio/mediastreamaudiodestinationnode.html [ Skip ]
+webkit.org/b/79203 webaudio/mediastreamaudiosourcenode.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/MediaStream-video-element.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/MediaStream-video-element-track-stop.html [ Skip ]
+webkit.org/b/151344 fast/mediastream/MediaStream-add-ended-tracks.html [ Skip ]
+webkit.org/b/151344 fast/mediastream/MediaStream-add-remove-tracks.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/mock-media-source.html [ Skip ]
+
</ins><span class="cx"> # Text Autosizing is not yet enabled.
</span><span class="cx"> webkit.org/b/99063 fast/text-autosizing [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -633,10 +664,6 @@
</span><span class="cx"> # WIRELESS_PLAYBACK_TARGET not enabled.
</span><span class="cx"> media/airplay-target-availability.html
</span><span class="cx"> 
</span><del>-# Mediastream implementation requires new Gstreamer/OpenWebRTC
-webkit.org/b/153540 fast/mediastream [ Skip ]
-webkit.org/b/153540 http/tests/media/media-stream [ Skip ]
-
</del><span class="cx"> # Skip tests requiring UIScriptController
</span><span class="cx"> webkit.org/b/153833 css3/touch-action/touch-action-manipulation-fast-clicks.html [ Skip ]
</span><span class="cx"> webkit.org/b/153833 fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field.html [ Skip ]
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (197751 => 197752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/Tools/ChangeLog        2016-03-08 10:36:41 UTC (rev 197752)
</span><span class="lines">@@ -1,3 +1,22 @@
</span><ins>+2016-03-08  Alejandro G. Castro  &lt;alex@igalia.com&gt;
+
+        [GTK] [EFL] Avoid running mediastream tests by default until we compile by default
+        https://bugs.webkit.org/show_bug.cgi?id=153540
+
+        Reviewed by Philippe Normand.
+
+        After bumping gstreamer to 1.6.3 in r196804 we can enable again
+        compilation of mediastream and running the tests.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner): Enable again the UserMedia API test.
+        * Scripts/webkitperl/FeatureList.pm: Enable the compilation of the
+        mediastream by default.
+        * gtk/jhbuild-webrtc.modules: Removed the specific jhbuild modules
+        file.
+        * gtk/jhbuild.modules: Bumped the openwebrtc version to the one we
+        are currently using.
+
</ins><span class="cx"> 2016-03-07  Jon Lee  &lt;jonlee@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Update perf bot configuration for Animometer
</span></span></pre></div>
<a id="trunkToolsScriptsrungtktests"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/run-gtk-tests (197751 => 197752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/run-gtk-tests        2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/Tools/Scripts/run-gtk-tests        2016-03-08 10:36:41 UTC (rev 197752)
</span><span class="lines">@@ -82,7 +82,6 @@
</span><span class="cx">         SkippedTest(&quot;WebKit2/TestWebKit2&quot;, &quot;WebKit2.TerminateTwice&quot;, &quot;Test causes crash on the next test&quot;, 121970),
</span><span class="cx">         SkippedTest(&quot;WebKit2/TestWebKit2&quot;, &quot;WebKit2.GeolocationTransitionToHighAccuracy&quot;, &quot;Test causes crash on the next test&quot;, 125068),
</span><span class="cx">         SkippedTest(&quot;WebKit2/TestWebKit2&quot;, &quot;WebKit2.GeolocationTransitionToLowAccuracy&quot;, &quot;Test causes crash on the next test&quot;, 125068),
</span><del>-        SkippedTest(&quot;WebKit2/UserMedia&quot;, &quot;WebKit2.UserMediaBasic&quot;, &quot;We will not test by default until the upgrade gstreamer to 1.9&quot;, 153540),
</del><span class="cx">     ]
</span><span class="cx"> 
</span><span class="cx">     SLOW = [
</span></span></pre></div>
<a id="trunkToolsScriptswebkitperlFeatureListpm"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (197751 => 197752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitperl/FeatureList.pm        2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm        2016-03-08 10:36:41 UTC (rev 197752)
</span><span class="lines">@@ -338,7 +338,7 @@
</span><span class="cx">       define =&gt; &quot;ENABLE_MEDIA_STATISTICS&quot;, default =&gt; 0, value =&gt; \$mediaStatisticsSupport },
</span><span class="cx"> 
</span><span class="cx">     { option =&gt; &quot;media-stream&quot;, desc =&gt; &quot;Toggle Media Stream support&quot;,
</span><del>-      define =&gt; &quot;ENABLE_MEDIA_STREAM&quot;, default =&gt; 0, value =&gt; \$mediaStreamSupport },
</del><ins>+      define =&gt; &quot;ENABLE_MEDIA_STREAM&quot;, default =&gt; (isGtk() || isEfl()), value =&gt; \$mediaStreamSupport },
</ins><span class="cx"> 
</span><span class="cx">     { option =&gt; &quot;meter-element&quot;, desc =&gt; &quot;Toggle Meter Element support&quot;,
</span><span class="cx">       define =&gt; &quot;ENABLE_METER_ELEMENT&quot;, default =&gt; !isAppleWinWebKit(), value =&gt; \$meterElementSupport },
</span></span></pre></div>
<a id="trunkToolsgtkjhbuildwebrtcmodules"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/gtk/jhbuild-webrtc.modules (197751 => 197752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/gtk/jhbuild-webrtc.modules        2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/Tools/gtk/jhbuild-webrtc.modules        2016-03-08 10:36:41 UTC (rev 197752)
</span><span class="lines">@@ -1,119 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;!DOCTYPE moduleset SYSTEM &quot;moduleset.dtd&quot;&gt;
-&lt;?xml-stylesheet type=&quot;text/xsl&quot; href=&quot;moduleset.xsl&quot;?&gt;
-&lt;moduleset&gt;
-
-  &lt;repository type=&quot;git&quot; name=&quot;github.com&quot;
-      href=&quot;https://github.com&quot;/&gt;
-  &lt;repository type=&quot;tarball&quot; name=&quot;github-tarball&quot;
-      href=&quot;https://github.com/&quot;/&gt;
-  &lt;repository type=&quot;git&quot; name=&quot;freedesktop-git&quot;
-      href=&quot;http://anongit.freedesktop.org/git&quot;/&gt;
-
-  &lt;autotools id=&quot;libsrtp&quot; autogen-sh=&quot;configure&quot;&gt;
-    &lt;branch module=&quot;cisco/libsrtp/archive/v${version}.tar.gz&quot; version=&quot;1.5.2&quot;
-            checkoutdir=&quot;libsrtp-${version}&quot;
-            repo=&quot;github-tarball&quot;
-            hash=&quot;sha256:86e1efe353397c0751f6bdd709794143bd1b76494412860f16ff2b6d9c304eda&quot;
-            md5sum=&quot;2309aa6027992810a4285b042c71e644&quot;&gt;
-    &lt;/branch&gt;
-  &lt;/autotools&gt;
-
-  &lt;autotools id=&quot;openh264&quot; supports-non-srcdir-builds=&quot;no&quot; autogen-sh=&quot;pseudo-configure&quot;&gt;
-    &lt;branch module=&quot;cisco/openh264/archive/v1.4.0.tar.gz&quot; version=&quot;1.4.0&quot;
-            checkoutdir=&quot;openh264-1.4.0&quot;
-            repo=&quot;github-tarball&quot;&gt;
-      &lt;patch file=&quot;openh264-configure.patch&quot; strip=&quot;0&quot;/&gt;
-    &lt;/branch&gt;
-  &lt;/autotools&gt;
-
-  &lt;autotools id=&quot;gstreamer&quot; autogenargs=&quot;--disable-gtk-doc&quot;&gt;
-    &lt;if condition-set=&quot;macos&quot;&gt;
-      &lt;autogenargs value=&quot;--disable-introspection&quot;/&gt;
-    &lt;/if&gt;
-
-    &lt;dependencies&gt;
-      &lt;dep package=&quot;orc&quot;/&gt;
-    &lt;/dependencies&gt;
-    &lt;branch repo=&quot;freedesktop-git&quot; module=&quot;gstreamer/gstreamer&quot; version=&quot;1.7&quot; checkoutdir=&quot;gstreamer&quot; tag=&quot;61a8c946acb077959dfec78fc6393a5bea17a260&quot;/&gt;
-  &lt;/autotools&gt;
-
-  &lt;autotools id=&quot;gst-plugins-base&quot;
-             autogen-sh=&quot;autogen.sh&quot;
-             autogenargs=&quot;--disable-examples --disable-gtk-doc&quot;&gt;
-    &lt;if condition-set=&quot;macos&quot;&gt;
-      &lt;autogenargs value=&quot;--disable-introspection&quot;/&gt;
-    &lt;/if&gt;
-    &lt;dependencies&gt;
-      &lt;dep package=&quot;gstreamer&quot;/&gt;
-      &lt;dep package=&quot;orc&quot;/&gt;
-    &lt;/dependencies&gt;
-    &lt;branch repo=&quot;freedesktop-git&quot; module=&quot;gstreamer/gst-plugins-base&quot; version=&quot;1.7&quot; checkoutdir=&quot;gst-plugins-base&quot; tag=&quot;5f79ccb420d6b270d108892f1c7e3dedbd64b57a&quot;/&gt;
-  &lt;/autotools&gt;
-
-  &lt;autotools id=&quot;gst-plugins-good&quot; autogenargs=&quot;--disable-examples --disable-soup --disable-gtk-doc&quot;&gt;
-    &lt;if condition-set=&quot;macos&quot;&gt;
-      &lt;autogenargs value=&quot;--disable-introspection&quot;/&gt;
-    &lt;/if&gt;
-    &lt;dependencies&gt;
-      &lt;dep package=&quot;gst-plugins-base&quot;/&gt;
-      &lt;dep package=&quot;libvpx&quot;/&gt;
-    &lt;/dependencies&gt;
-
-    &lt;branch repo=&quot;freedesktop-git&quot; module=&quot;gstreamer/gst-plugins-good&quot; version=&quot;1.7&quot; checkoutdir=&quot;gst-plugins-good&quot; tag=&quot;0d4e3847f0c9106ed345f0316e4954f82332e250&quot;/&gt;
-  &lt;/autotools&gt;
-
-  &lt;autotools id=&quot;gst-plugins-bad&quot; autogenargs=&quot;--disable-examples --disable-gtk-doc --enable-openh264 --enable-opus --enable-srtp -- PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$JHBUILD_PREFIX/lib/pkgconfig&quot;&gt;
-    &lt;if condition-set=&quot;macos&quot;&gt;
-      &lt;autogenargs value=&quot;--disable-introspection&quot;/&gt;
-    &lt;/if&gt;
-    &lt;dependencies&gt;
-      &lt;dep package=&quot;gst-plugins-base&quot;/&gt;
-      &lt;dep package=&quot;libsrtp&quot;/&gt;
-      &lt;dep package=&quot;openh264&quot;/&gt;
-    &lt;/dependencies&gt;
-
-    &lt;branch repo=&quot;freedesktop-git&quot; module=&quot;gstreamer/gst-plugins-bad&quot; version=&quot;1.7&quot; checkoutdir=&quot;gst-plugins-bad&quot; tag=&quot;3d5a1ccbf4e5b036164a02c6bd6b0b0ddab19880&quot;/&gt;
-  &lt;/autotools&gt;
-
-  &lt;autotools id=&quot;gst-libav&quot; autogenargs=&quot;--with-libav-extra-configure='--disable-yasm' --disable-gtk-doc&quot;&gt;
-    &lt;dependencies&gt;
-      &lt;dep package=&quot;gst-plugins-base&quot;/&gt;
-    &lt;/dependencies&gt;
-
-    &lt;branch repo=&quot;freedesktop-git&quot; module=&quot;gstreamer/gst-libav&quot; version=&quot;1.5&quot; checkoutdir=&quot;gst-libav&quot; tag=&quot;1.5.2&quot;/&gt;
-  &lt;/autotools&gt;
-
-  &lt;autotools id=&quot;libusrsctp&quot; supports-non-srcdir-builds=&quot;no&quot; autogen-sh=&quot;./bootstrap; ./configure --disable-warnings-as-errors&quot;&gt;
-    &lt;branch repo=&quot;github.com&quot; module=&quot;sctplab/usrsctp.git&quot; checkoutdir=&quot;usrsctp&quot; tag=&quot;c53d43ee76673ee281806497eb43750c239c145f&quot;/&gt;
-   &lt;/autotools&gt;
-
-   &lt;autotools id=&quot;gst-plugins-openwebrtc&quot; supports-parallel-builds=&quot;no&quot; supports-non-srcdir-builds=&quot;no&quot; autogen-sh=&quot;./autogen.sh; ./configure&quot;&gt;
-     &lt;dependencies&gt;
-       &lt;dep package=&quot;gst-plugins-base&quot;/&gt;
-       &lt;dep package=&quot;libusrsctp&quot;/&gt;
-     &lt;/dependencies&gt;
-    &lt;branch repo=&quot;github.com&quot; module=&quot;EricssonResearch/openwebrtc-gst-plugins.git&quot; checkoutdir=&quot;gst-plugins-openwebrtc&quot; tag=&quot;5eb92d7e58a5aec82034d1a6d3f5ef66501172b7&quot;/&gt;
-   &lt;/autotools&gt;
-
-   &lt;autotools id=&quot;libnice&quot; supports-non-srcdir-builds=&quot;no&quot;&gt;
-    &lt;dependencies&gt;
-      &lt;dep package=&quot;gstreamer&quot;/&gt;
-    &lt;/dependencies&gt;
-    &lt;branch repo=&quot;freedesktop-git&quot; module=&quot;libnice/libnice.git&quot; tag=&quot;0.1.13&quot; checkoutdir=&quot;libnice&quot;/&gt;
-  &lt;/autotools&gt;
-
-  &lt;autotools id=&quot;libvpx&quot; supports-non-srcdir-builds=&quot;no&quot;
-        autogen-template=&quot;./configure --prefix=%(prefix)s --enable-shared --enable-pic --as=yasm --disable-unit-tests &quot;&gt;
-        &lt;branch repo=&quot;github.com&quot; module=&quot;webmproject/libvpx.git&quot; checkoutdir=&quot;libvpx&quot; tag=&quot;v1.4.0&quot;/&gt;
-  &lt;/autotools&gt;
-
-  &lt;autotools id=&quot;openwebrtc&quot; autogenargs=&quot;--enable-bridge=no --enable-owr-gst=yes&quot;&gt;
-    &lt;dependencies&gt;
-      &lt;dep package=&quot;gst-plugins-openwebrtc&quot;/&gt;
-      &lt;dep package=&quot;libnice&quot;/&gt;
-     &lt;/dependencies&gt;
-    &lt;branch repo=&quot;github.com&quot; module=&quot;EricssonResearch/openwebrtc.git&quot; checkoutdir=&quot;openwebrtc&quot; tag=&quot;f511ea1fa79a33fa3d52bfd1c0969c28084aeb35&quot;/&gt;
-  &lt;/autotools&gt;
-
-&lt;/moduleset&gt;
</del></span></pre></div>
<a id="trunkToolsgtkjhbuildmodules"></a>
<div class="modfile"><h4>Modified: trunk/Tools/gtk/jhbuild.modules (197751 => 197752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/gtk/jhbuild.modules        2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/Tools/gtk/jhbuild.modules        2016-03-08 10:36:41 UTC (rev 197752)
</span><span class="lines">@@ -438,7 +438,7 @@
</span><span class="cx">     &lt;dependencies&gt;
</span><span class="cx">       &lt;dep package=&quot;gstreamer&quot;/&gt;
</span><span class="cx">     &lt;/dependencies&gt;
</span><del>-    &lt;branch repo=&quot;freedesktop-git&quot; module=&quot;libnice/libnice.git&quot; tag=&quot;0.1.10&quot; checkoutdir=&quot;libnice&quot;/&gt;
</del><ins>+    &lt;branch repo=&quot;freedesktop-git&quot; module=&quot;libnice/libnice.git&quot; tag=&quot;0.1.13&quot; checkoutdir=&quot;libnice&quot;/&gt;
</ins><span class="cx">   &lt;/autotools&gt;
</span><span class="cx"> 
</span><span class="cx">   &lt;autotools id=&quot;openwebrtc&quot; autogenargs=&quot;--enable-bridge=no --enable-owr-gst=yes&quot;&gt;
</span><span class="lines">@@ -446,7 +446,7 @@
</span><span class="cx">       &lt;dep package=&quot;gst-plugins-openwebrtc&quot;/&gt;
</span><span class="cx">       &lt;dep package=&quot;libnice&quot;/&gt;
</span><span class="cx">      &lt;/dependencies&gt;
</span><del>-    &lt;branch repo=&quot;github.com&quot; module=&quot;EricssonResearch/openwebrtc.git&quot; checkoutdir=&quot;openwebrtc&quot; tag=&quot;13516c7f79a0c48bb411464f7613d4b426c70f5b&quot;/&gt;
</del><ins>+    &lt;branch repo=&quot;github.com&quot; module=&quot;EricssonResearch/openwebrtc.git&quot; checkoutdir=&quot;openwebrtc&quot; tag=&quot;f511ea1fa79a33fa3d52bfd1c0969c28084aeb35&quot;/&gt;
</ins><span class="cx">   &lt;/autotools&gt;
</span><span class="cx"> 
</span><span class="cx">   &lt;autotools id=&quot;gsettings-desktop-schemas&quot; autogen-sh=&quot;configure&quot;&gt;
</span></span></pre>
</div>
</div>

</body>
</html>