Roll WebRTC 17589:17592 (2 commits)
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/05fb319..4b544de
$ git log 05fb319..4b544de --date=short --no-merges --format=%ad %ae %s
2017-04-07 [email protected] MultiEndCall::CheckTiming() verifies that a set of audio tracks and timing information is valid to simulate conversational speech. Unordered turns are rejected. Self cross-talk and cross-talk with 3 or more speakers are not permitted since it would require mixing at the simulation step.
2017-04-07 [email protected] Added the GetSources() to the RtpReceiverInterface and implemented it for the AudioRtpReceiver.
TBR=
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng
BUG=
Review-Url: https://codereview.chromium.org/2804353002
Cr-Commit-Position: refs/heads/master@{#463005}
diff --git a/DEPS b/DEPS
index 67d2725..7d6b083 100644
--- a/DEPS
+++ b/DEPS
@@ -232,7 +232,7 @@
Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067',
'src/third_party/webrtc':
- Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '05fb319d932116ccd7fe4d27d420e9694c560d69', # commit position 17589
+ Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '4b544defc44efd77c96a63c199c7edbda8e7e69c', # commit position 17592
'src/third_party/openmax_dl':
Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),