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

Issue 2743553003: Revert of Move delay_based_bwe_ into CongestionController (Closed)

Created:
3 years, 9 months ago by nisse-webrtc
Modified:
3 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, tlegrand-webrtc, tterriberry_mozilla.com, the sun, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Revert of Move delay_based_bwe_ into CongestionController (patchset #7 id:120001 of https://codereview.webrtc.org/2725823002/ ) Reason for revert: Deleting the GetTransportFeedbackObserver methods breaks an internal project. Keeping the method and letting it return |this| will likely work. Original issue's description: > Move delay_based_bwe_ into CongestionController > > BUG=webrtc:7058 > > Review-Url: https://codereview.webrtc.org/2725823002 > Cr-Commit-Position: refs/heads/master@{#17146} > Committed: https://chromium.googlesource.com/external/webrtc/+/5bbf43f9d480f89fa57bbdbff0b028a413202695 TBR=stefan@webrtc.org,sprang@webrtc.org,minyue@webrtc.org,ossu@webrtc.org,michaelt@webrtc.org,solenberg@webrtc.org,terelius@webrtc.org,elad.alon@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:7058

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+333 lines, -372 lines) Patch
M webrtc/audio/audio_send_stream.cc View 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/audio/audio_send_stream_unittest.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller.cc View 11 chunks +22 lines, -58 lines 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller_unittest.cc View 6 chunks +2 lines, -185 lines 0 comments Download
D webrtc/modules/congestion_controller/congestion_controller_unittests_helper.h View 1 chunk +0 lines, -23 lines 0 comments Download
D webrtc/modules/congestion_controller/congestion_controller_unittests_helper.cc View 1 chunk +0 lines, -42 lines 0 comments Download
M webrtc/modules/congestion_controller/include/congestion_controller.h View 6 chunks +9 lines, -23 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.h View 2 chunks +28 lines, -10 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.cc View 4 chunks +48 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter_unittest.cc View 10 chunks +177 lines, -17 lines 0 comments Download
M webrtc/tools/event_log_visualizer/analyzer.cc View 5 chunks +40 lines, -6 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (5 generated)
nisse-webrtc
Created Revert of Move delay_based_bwe_ into CongestionController
3 years, 9 months ago (2017-03-09 16:23:48 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/2743553003/1
3 years, 9 months ago (2017-03-09 16:23:57 UTC) #3
commit-bot: I haz the power
Failed to apply patch for webrtc/modules/congestion_controller/include/congestion_controller.h: While running git apply --index -p1; error: patch failed: ...
3 years, 9 months ago (2017-03-09 16:24:05 UTC) #5
elad.alon_webrtc.org
Leaving this for Stefan.
3 years, 9 months ago (2017-03-09 16:40:05 UTC) #6
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/2743553003/1
3 years, 9 months ago (2017-03-09 16:41:48 UTC) #8
commit-bot: I haz the power
Failed to apply patch for webrtc/modules/congestion_controller/include/congestion_controller.h: While running git apply --index -p1; error: patch failed: ...
3 years, 9 months ago (2017-03-09 16:41:55 UTC) #10
elad.alon_webrtc.org
You probably need to manually change some things due to https://codereview.webrtc.org/2735423002, which was landed immediately ...
3 years, 9 months ago (2017-03-09 16:43:28 UTC) #11
Zhi Huang
On 2017/03/09 16:43:28, elad.alon wrote: > You probably need to manually change some things due ...
3 years, 9 months ago (2017-03-09 18:34:37 UTC) #12
elad.alon_webrtc.org
On 2017/03/09 18:34:37, Zhi Huang wrote: > On 2017/03/09 16:43:28, elad.alon wrote: > > You ...
3 years, 9 months ago (2017-03-09 18:36:51 UTC) #13
elad.alon_webrtc.org
On 2017/03/09 18:34:37, Zhi Huang wrote: > On 2017/03/09 16:43:28, elad.alon wrote: > > You ...
3 years, 9 months ago (2017-03-09 18:37:11 UTC) #14
nisse-webrtc
3 years, 9 months ago (2017-03-10 08:02:04 UTC) #15
On 2017/03/09 18:37:11, elad.alon wrote:
> On 2017/03/09 18:34:37, Zhi Huang wrote:
> > On 2017/03/09 16:43:28, elad.alon wrote:
> > > You probably need to manually change some things due to
> > > https://codereview.webrtc.org/2735423002, which was landed immediately
> after.
> > 
> > I'll create a CL to fix this temporarily.
> 
> I think https://codereview.webrtc.org/2745613002/ might be the temporary
> solution?

Problem was solved. I'm closing this cl with no further action.

Powered by Google App Engine
This is Rietveld 408576698