Commit 4442af5a authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll WebRTC from 7bc3356fbcb9 to 871500da9041 (26 revisions)

https://webrtc.googlesource.com/src.git/+log/7bc3356fbcb9..871500da9041

2020-10-22 mbonadei@webrtc.org Trigger bots.
2020-10-22 jakobi@webrtc.org Revert "Default enable WebRTC-SendSideBwe-WithOverhead."
2020-10-22 sprang@webrtc.org Makes aborting probes after a > 10ms scheduling timeout the default.
2020-10-22 jakobi@webrtc.org Default enable WebRTC-SendSideBwe-WithOverhead.
2020-10-22 hta@webrtc.org Move initialization of WebRtcSessionDescriptionFactory to SdpHandler
2020-10-22 Byoungchan Lee Reland "Remove placeholder Obj-C headers and use angle-bracketed headers."
2020-10-22 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 5ce796bc..1fe005a7 (819379:819750)
2020-10-22 mbonadei@webrtc.org Trigger bots.
2020-10-21 deadbeef@webrtc.org Avoid duplicate usrsctp_init if the last usrsctp_finish failed.
2020-10-21 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 4bdce889..5ce796bc (819224:819379)
2020-10-21 perkj@webrtc.org Offer VideoLayersAllocation if field trial enabled
2020-10-21 alessiob@webrtc.org RNN VAD: LP residual optimized (part 2)
2020-10-21 philipp.hancke@googlemail.com doc: move bug reporting instructions to the repository
2020-10-21 alessiob@webrtc.org RNN VAD: LP residual optimized (part 1)
2020-10-21 gustaf@webrtc.org AEC3: Prevent transparent mode from leaking low volume echo
2020-10-21 hta@webrtc.org Make WebRtcSessionDescriptionFactory depend on SdpOfferAnswerHandler
2020-10-21 hta@webrtc.org Remove friendship between PeerConnection and SdpOfferAnswerHandler
2020-10-21 alessiob@webrtc.org rtc::ArrayView reverse iterators
2020-10-21 philipp.hancke@googlemail.com Reland "introduce an unsupported content description type"
2020-10-21 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 9e057d1b..4bdce889 (819118:819224)
2020-10-20 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision cbcae3bb..9e057d1b (818998:819118)
2020-10-20 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 0a07e999..cbcae3bb (818869:818998)
2020-10-20 hta@webrtc.org Delete the "initialize" method of PeerConnectionFactory
2020-10-20 danilchap@webrtc.org In Vp9 wrapper allow to use ScalableVideoController with simulcast structures
2020-10-20 olka@webrtc.org Cleanup after sorting out dependencies of OutputRateCalculator
2020-10-20 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 5939e063..0a07e999 (818652:818869)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/webrtc-chromium-autoroll
Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: chromium:1138878,chromium:1140452
Tbr: webrtc-chromium-sheriffs-robots@google.com
Change-Id: Ifd8850052cd3991310c9d21f603f707be28c2bdd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493097Reviewed-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@{#820149}
parent 448e1b37
...@@ -1497,7 +1497,7 @@ deps = { ...@@ -1497,7 +1497,7 @@ deps = {
}, },
'src/third_party/webrtc': 'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '7bc3356fbcb9b95ea2c810ae2f3152930d54577b', Var('webrtc_git') + '/src.git' + '@' + '871500da90418cc3e80e8a0eef257ce11abadd27',
'src/third_party/libgifcodec': 'src/third_party/libgifcodec':
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'), Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_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