Skip to content

Commit

Permalink
Roll WebRTC 16713:16733 (14 commits)
Browse files Browse the repository at this point in the history
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/3a40828..0bdacd8

$ git log 3a40828..0bdacd8 --date=short --no-merges --format=%ad %ae %s
2017-02-20 brandtr@webrtc.org Build plot_videoprocessor_integrationtest by default.
2017-02-20 nisse@webrtc.org Delete VideoCaptureCapability::codecType and related logic.
2017-02-20 deadbeef@webrtc.org Move filerotatingstream_unittest.cc to rtc_base_nonparallel_tests.
2017-02-20 magjed@webrtc.org Fix partial availability warnings on Mac AppRTCMobile
2017-02-20 philipel@webrtc.org Advance picture id of keyframe if the stream has been continuous without a new keyframe for a while.
2017-02-20 sakal@webrtc.org Move camera implementation details away from the public API.
2017-02-20 sakal@webrtc.org Add QP for libvpx VP8 decoder.
2017-02-20 danilchap@webrtc.org Replace use Clock::CurrentNtp with CurrentNtpTime
2017-02-20 danilchap@webrtc.org Rename ReceiveInfo to TmmbrInfo together with related functions and variables to stress it is used for Tmmbr only.
2017-02-20 terelius@webrtc.org Rename some variables and methods in RTC event log.
2017-02-20 nisse@webrtc.org Delete webrtc/base/common.h
2017-02-20 ossu@webrtc.org Add a PrintTo function for rtc::Optional to aid with testing.
2017-02-20 brandtr@webrtc.org Add support for creating HW codecs in the VideoProcessor tests.
2017-02-20 aleloi@webrtc.org Fix clang style warnings in webrtc/base/thread.h

Using notry due to crbug.com/694327 and crbug.com/693268.
NOTRY=true
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/2708063002
Cr-Commit-Position: refs/heads/master@{#451717}
  • Loading branch information
maxmorin authored and Commit bot committed Feb 21, 2017
1 parent 7afbab0 commit 118c1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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' + '@' + '3a40828f8b801ca81849298e0c2b93a08e8188a5', # commit position 16713
Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '0bdacd8a66daca88eafe178bcf7a36a70f5f07b8', # commit position 16733

'src/third_party/openmax_dl':
Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
Expand Down

0 comments on commit 118c1b2

Please sign in to comment.