Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Issue 2638423003: Revert of Make the new jitter buffer the default jitter buffer. (Closed)

Created:
3 years, 11 months ago by kjellander (google.com)
Modified:
3 years, 11 months ago
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Revert of Make the new jitter buffer the default jitter buffer. (patchset #2 id:230001 of https://codereview.webrtc.org/2642753002/ ) Reason for revert: Breaks tests downstream. Original issue's description: > Reland of Make the new jitter buffer the default jitter buffer. (patchset #1 id:1 of https://codereview.chromium.org/2632123005/ ) > > Reason for revert: > Fix in this CL: https://codereview.chromium.org/2640793003/ > > Original issue's description: > > Revert of Make the new jitter buffer the default jitter buffer. (patchset #7 id:120001 of https://codereview.chromium.org/2627463004/ ) > > > > Reason for revert: > > Breaks android bots. > > > > Original issue's description: > > > Make the new jitter buffer the default jitter buffer. > > > > > > This CL contains only the changes necessary to make the switch to the new jitter > > > buffer, clean up will be done in follow up CLs. > > > > > > In this CL: > > > - Removed the WebRTC-NewVideoJitterBuffer experiment and made the > > > new video jitter buffer the default one. > > > - Moved WebRTC.Video.KeyFramesReceivedInPermille and > > > WebRTC.Video.JitterBufferDelayInMs to the ReceiveStatisticsProxy. > > > > > > BUG=webrtc:5514 > > > > > > Review-Url: https://codereview.webrtc.org/2627463004 > > > Cr-Commit-Position: refs/heads/master@{#16114} > > > Committed: https://chromium.googlesource.com/external/webrtc/+/0f0763d86d5d4e7f27e8dece02560e39c6da97d6 > > > > TBR=stefan@webrtc.org,terelius@webrtc.org > > # Skipping CQ checks because original CL landed less than 1 days ago. > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=webrtc:5514 > > > > Review-Url: https://codereview.webrtc.org/2632123005 > > Cr-Commit-Position: refs/heads/master@{#16117} > > Committed: https://chromium.googlesource.com/external/webrtc/+/c08c191f7d206dc0de945185370d18f29d556931 > > TBR=stefan@webrtc.org,terelius@webrtc.org > # Not skipping CQ checks because original CL landed more than 1 days ago. > BUG=webrtc:5514 > > Review-Url: https://codereview.webrtc.org/2642753002 > Cr-Commit-Position: refs/heads/master@{#16149} > Committed: https://chromium.googlesource.com/external/webrtc/+/f20dd0014d1cfc8a2e859a9e177e7fe2b21274ca TBR=stefan@webrtc.org,terelius@webrtc.org,philipel@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:5514 Review-Url: https://codereview.webrtc.org/2638423003 Cr-Commit-Position: refs/heads/master@{#16159} Committed: https://chromium.googlesource.com/external/webrtc/+/04926b82641c426d764aa6e013e133db519129db

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+251 lines, -323 lines) Patch
M webrtc/modules/video_coding/frame_buffer2.h View 4 chunks +11 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/frame_buffer2.cc View 5 chunks +31 lines, -25 lines 0 comments Download
M webrtc/modules/video_coding/frame_buffer2_unittest.cc View 6 chunks +1 line, -61 lines 0 comments Download
M webrtc/modules/video_coding/include/video_coding_defines.h View 1 chunk +0 lines, -8 lines 0 comments Download
M webrtc/modules/video_coding/timing.h View 1 chunk +7 lines, -7 lines 0 comments Download
M webrtc/modules/video_coding/video_receiver.cc View 2 chunks +22 lines, -5 lines 0 comments Download
M webrtc/video/end_to_end_tests.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M webrtc/video/receive_statistics_proxy.h View 7 chunks +10 lines, -21 lines 0 comments Download
M webrtc/video/receive_statistics_proxy.cc View 10 chunks +23 lines, -73 lines 0 comments Download
M webrtc/video/receive_statistics_proxy_unittest.cc View 2 chunks +8 lines, -11 lines 0 comments Download
M webrtc/video/rtp_stream_receiver.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/video/rtp_stream_receiver.cc View 4 chunks +78 lines, -61 lines 0 comments Download
M webrtc/video/video_receive_stream.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/video/video_receive_stream.cc View 5 chunks +41 lines, -29 lines 0 comments Download
M webrtc/video/video_stream_decoder.h View 1 chunk +0 lines, -8 lines 0 comments Download
M webrtc/video/video_stream_decoder.cc View 1 chunk +10 lines, -10 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
kjellander (google.com)
Created Revert of Make the new jitter buffer the default jitter buffer.
3 years, 11 months ago (2017-01-19 06:41:14 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2638423003/1
3 years, 11 months ago (2017-01-19 06:41:24 UTC) #3
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
3 years, 11 months ago (2017-01-19 06:41:26 UTC) #5
kjellander_webrtc
lgtm my own CL with webrtc.org account since I accidentally created it with my google.com ...
3 years, 11 months ago (2017-01-19 08:05:48 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2638423003/1
3 years, 11 months ago (2017-01-19 08:06:08 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/external/webrtc/+/04926b82641c426d764aa6e013e133db519129db
3 years, 11 months ago (2017-01-19 08:06:21 UTC) #12
philipel
3 years, 10 months ago (2017-01-26 10:04:15 UTC) #13
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.webrtc.org/2652043005/ by philipel@webrtc.org.

The reason for reverting is: Bugfixes related to the new jitter buffer has
landed..

Powered by Google App Engine
This is Rietveld 408576698