Commit c1dcea6b authored by hbos's avatar hbos Committed by Commit bot

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 alessiob@webrtc.org 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 zhihuang@webrtc.org 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}
parent 8d3a19a3
......@@ -232,7 +232,7 @@ deps = {
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'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment