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

Issue 1671893002: Remove ViEChannel calls for VideoReceiveStream. (Closed)

Created:
4 years, 10 months ago by pbos-webrtc
Modified:
4 years, 10 months ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, andresp, the sun, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Remove ViEChannel calls for VideoReceiveStream. Remove hops into ViEChannel for calls directly into RtpRtcp and ViEReceiver from VideoReceiveStream. Some calls are more complex and will be removed later. BUG=webrtc:5494 R=stefan@webrtc.org Committed: https://crrev.com/d1d66bab3d257e989f17d05824456767010be356 Cr-Commit-Position: refs/heads/master@{#11526}

Patch Set 1 #

Patch Set 2 : Remove ViEChannel::SetRemoteSSRCType #

Patch Set 3 : remove extra include + forward declare ProcessThread #

Total comments: 12

Patch Set 4 : stefan@ feedback, move out additional receiver calls #

Patch Set 5 : remove number_of_cores_ #

Total comments: 2

Patch Set 6 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -222 lines) Patch
M webrtc/video/send_statistics_proxy.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M webrtc/video/video_receive_stream.h View 1 2 3 chunks +3 lines, -1 line 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 2 3 4 5 10 chunks +43 lines, -43 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video/vie_channel.h View 1 2 3 4 10 chunks +2 lines, -34 lines 0 comments Download
M webrtc/video/vie_channel.cc View 1 2 3 4 15 chunks +17 lines, -105 lines 0 comments Download
M webrtc/video/vie_receiver.h View 3 chunks +4 lines, -7 lines 0 comments Download
M webrtc/video/vie_receiver.cc View 6 chunks +13 lines, -28 lines 0 comments Download

Messages

Total messages: 16 (3 generated)
pbos-webrtc
PTAL wooo
4 years, 10 months ago (2016-02-05 13:20:37 UTC) #1
pbos-webrtc
Remove ViEChannel::SetRemoteSSRCType
4 years, 10 months ago (2016-02-05 13:28:22 UTC) #2
pbos-webrtc
remove extra include + forward declare ProcessThread
4 years, 10 months ago (2016-02-05 13:33:18 UTC) #3
stefan-webrtc
https://codereview.webrtc.org/1671893002/diff/40001/webrtc/video/vie_channel.cc File webrtc/video/vie_channel.cc (right): https://codereview.webrtc.org/1671893002/diff/40001/webrtc/video/vie_channel.cc#newcode100 webrtc/video/vie_channel.cc:100: vie_receiver_(vcm_, remote_bitrate_estimator, this), I wonder if it would make ...
4 years, 10 months ago (2016-02-05 14:35:57 UTC) #5
pbos-webrtc
stefan@ feedback, move out additional receiver calls
4 years, 10 months ago (2016-02-05 15:15:44 UTC) #6
pbos-webrtc
PTAL https://codereview.webrtc.org/1671893002/diff/40001/webrtc/video/vie_channel.cc File webrtc/video/vie_channel.cc (right): https://codereview.webrtc.org/1671893002/diff/40001/webrtc/video/vie_channel.cc#newcode100 webrtc/video/vie_channel.cc:100: vie_receiver_(vcm_, remote_bitrate_estimator, this), On 2016/02/05 14:35:57, stefan-webrtc (holmer) ...
4 years, 10 months ago (2016-02-05 15:15:51 UTC) #7
pbos-webrtc
remove number_of_cores_
4 years, 10 months ago (2016-02-05 15:40:56 UTC) #8
stefan-webrtc
lg https://codereview.webrtc.org/1671893002/diff/80001/webrtc/video/video_receive_stream.cc File webrtc/video/video_receive_stream.cc (right): https://codereview.webrtc.org/1671893002/diff/80001/webrtc/video/video_receive_stream.cc#newcode266 webrtc/video/video_receive_stream.cc:266: rtp_rtcp_->RegisterRtcpStatisticsCallback(&stats_proxy_); Is this part of the sender and ...
4 years, 10 months ago (2016-02-08 12:59:23 UTC) #9
pbos-webrtc
ptal https://codereview.webrtc.org/1671893002/diff/80001/webrtc/video/video_receive_stream.cc File webrtc/video/video_receive_stream.cc (right): https://codereview.webrtc.org/1671893002/diff/80001/webrtc/video/video_receive_stream.cc#newcode266 webrtc/video/video_receive_stream.cc:266: rtp_rtcp_->RegisterRtcpStatisticsCallback(&stats_proxy_); On 2016/02/08 12:59:23, stefan-webrtc (holmer) wrote: > ...
4 years, 10 months ago (2016-02-08 13:05:27 UTC) #10
pbos-webrtc
comment
4 years, 10 months ago (2016-02-08 13:05:39 UTC) #11
stefan-webrtc
lgtm
4 years, 10 months ago (2016-02-08 13:06:49 UTC) #12
pbos-webrtc
Committed patchset #6 (id:100001) manually as d1d66bab3d257e989f17d05824456767010be356 (presubmit successful).
4 years, 10 months ago (2016-02-08 13:07:28 UTC) #14
commit-bot: I haz the power
4 years, 10 months ago (2016-02-08 13:07:30 UTC) #16
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/d1d66bab3d257e989f17d05824456767010be356
Cr-Commit-Position: refs/heads/master@{#11526}

Powered by Google App Engine
This is Rietveld 408576698