Commit 5e72b6da authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/webrtc 3812fa949a49..e2da93130748 (19 commits)

https://webrtc.googlesource.com/src.git/+log/3812fa949a49..e2da93130748


git log 3812fa949a49..e2da93130748 --date=short --no-merges --format='%ad %ae %s'
2019-02-26 kwiberg@webrtc.org Remove a leftover audio codec poison immutinty declaration
2019-02-26 asapersson@webrtc.org Add option to inject YuvConverter to SurfaceTextureHelper.
2019-02-26 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision a55c7bb9..15651144 (635189:635345)
2019-02-26 kwiberg@webrtc.org Ban absl::StrSplit and absl::StrJoin
2019-02-25 thakis@chromium.org Fix -Wextra-semi warnings in webrtc fuzzers.
2019-02-25 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 81fda909..a55c7bb9 (635067:635189)
2019-02-25 amithi@webrtc.org Wiring up RIDs from the video engine to the RTP Sender.
2019-02-25 shampson@webrtc.org Fixing webrtc::IceTransportState.
2019-02-25 sakal@webrtc.org Revert "Remove VCMEncoderDataBase and put remaining code into VideoStreamEncoder"
2019-02-25 eladalon@webrtc.org Connect LossNotificationController to RtpRtcp
2019-02-25 srte@webrtc.org Avoids PostTask to repost a repeated task.
2019-02-25 mbonadei@webrtc.org Adding possibility to save an RTCEventLog of the call.
2019-02-25 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 95a23eca..81fda909 (634895:635067)
2019-02-25 srte@webrtc.org Reland "Adds resource path support for video files in scenario tests."
2019-02-25 sprang@webrtc.org Remove VCMEncoderDataBase and put remaining code into VideoStreamEncoder
2019-02-25 srte@webrtc.org Adds CoDel implementation to network simulation.
2019-02-25 srte@webrtc.org Stop using special RTT value for DelayBasedBwe.
2019-02-25 kuddai@google.com Delay bug during audio receiver stream recreation.
2019-02-25 mbonadei@webrtc.org Fix -Wextra-semi warnings.


Created with:
  gclient setdep -r src/third_party/webrtc@e2da93130748

The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng

BUG=chromium:none,chromium:None,chromium:none,chromium:935572,chromium:None,chromium:933802,chromium:None,chromium:None
TBR=webrtc-chromium-sheriffs-robots@google.com

Change-Id: Ie0a2dcd1ba6947c1ca8f49070855c2b9f8c45530
Reviewed-on: https://chromium-review.googlesource.com/c/1488504Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#635490}
parent dcab063e
......@@ -1265,7 +1265,7 @@ deps = {
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'a0f51b2e123f39c9ff12e621b0b47dd28dd64424',
'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '3812fa949a496498ea6030360089216294a38680',
Var('webrtc_git') + '/src.git' + '@' + 'e2da931307480d4675750dc08ad4baf9fc47e640',
'src/third_party/xdg-utils': {
'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
......
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