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

Issue 1929313002: Removed all RTP dependencies from ViEChannel and renamed class. (Closed)

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

Description

Removed all RTP dependencies from ViEChannel and renamed class. ViEChannel is now called VideoStreamReceiver. There will be a follow up CL removing all rtp references from VideoReceiveStream, but that made this CL to big and it will be done separately. BUG=webrtc:5079 Committed: https://crrev.com/cfc8e3b9ef25eb977e55960c7bac2172298f4d27 Cr-Commit-Position: refs/heads/master@{#12619}

Patch Set 1 #

Total comments: 21

Patch Set 2 : Addressed pbos' comments in ps#1 #

Total comments: 9

Patch Set 3 : Removed SetFEC(false) call. #

Patch Set 4 : Rebase #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+230 lines, -592 lines) Patch
M webrtc/video/BUILD.gn View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video/receive_statistics_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/rtp_stream_receiver.h View 1 5 chunks +17 lines, -40 lines 0 comments Download
M webrtc/video/rtp_stream_receiver.cc View 1 2 3 8 chunks +36 lines, -21 lines 0 comments Download
M webrtc/video/video_receive_stream.h View 1 2 3 4 2 chunks +3 lines, -4 lines 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 2 3 4 4 chunks +16 lines, -25 lines 0 comments Download
M webrtc/video/video_send_stream.h View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
A + webrtc/video/video_stream_decoder.h View 1 2 3 4 5 chunks +21 lines, -69 lines 0 comments Download
A webrtc/video/video_stream_decoder.cc View 1 2 3 4 1 chunk +132 lines, -0 lines 0 comments Download
D webrtc/video/vie_channel.h View 1 2 3 4 1 chunk +0 lines, -160 lines 0 comments Download
D webrtc/video/vie_channel.cc View 1 2 3 4 1 chunk +0 lines, -266 lines 0 comments Download
M webrtc/video/webrtc_video.gypi View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 31 (14 generated)
mflodman
Peter, Here's the followup on the CL from yesterday. Stefan, Can you take an extra ...
4 years, 7 months ago (2016-04-29 12:47:27 UTC) #2
pbos-webrtc
https://codereview.webrtc.org/1929313002/diff/1/webrtc/video/video_receive_stream.cc File webrtc/video/video_receive_stream.cc (right): https://codereview.webrtc.org/1929313002/diff/1/webrtc/video/video_receive_stream.cc#newcode176 webrtc/video/video_receive_stream.cc:176: &stats_proxy_, Can you make the RtpStreamReceiver take a stats ...
4 years, 7 months ago (2016-05-02 00:59:03 UTC) #3
mflodman
Peter, All comments addressed or answered, ptal. Stefan, Any comments? https://codereview.webrtc.org/1929313002/diff/1/webrtc/video/video_receive_stream.cc File webrtc/video/video_receive_stream.cc (right): https://codereview.webrtc.org/1929313002/diff/1/webrtc/video/video_receive_stream.cc#newcode176 ...
4 years, 7 months ago (2016-05-02 19:01:27 UTC) #4
pbos-webrtc
lgtm, thanks https://codereview.webrtc.org/1929313002/diff/1/webrtc/video/video_receive_stream.cc File webrtc/video/video_receive_stream.cc (right): https://codereview.webrtc.org/1929313002/diff/1/webrtc/video/video_receive_stream.cc#newcode180 webrtc/video/video_receive_stream.cc:180: &rtp_stream_receiver_, On 2016/05/02 19:01:27, mflodman wrote: > ...
4 years, 7 months ago (2016-05-02 20:30:30 UTC) #5
mflodman
On 2016/05/02 20:30:30, pbos-webrtc wrote: > lgtm, thanks > > https://codereview.webrtc.org/1929313002/diff/1/webrtc/video/video_receive_stream.cc > File webrtc/video/video_receive_stream.cc (right): ...
4 years, 7 months ago (2016-05-03 04:49:26 UTC) #7
stefan-webrtc
https://codereview.webrtc.org/1929313002/diff/20001/webrtc/video/rtp_stream_receiver.cc File webrtc/video/rtp_stream_receiver.cc (right): https://codereview.webrtc.org/1929313002/diff/20001/webrtc/video/rtp_stream_receiver.cc#newcode120 webrtc/video/rtp_stream_receiver.cc:120: rtp_rtcp_->SetGenericFECStatus(false, 0, 0); This is disabled because this is ...
4 years, 7 months ago (2016-05-03 07:48:08 UTC) #8
mflodman
Answered your comments Stefan. https://codereview.webrtc.org/1929313002/diff/20001/webrtc/video/rtp_stream_receiver.cc File webrtc/video/rtp_stream_receiver.cc (right): https://codereview.webrtc.org/1929313002/diff/20001/webrtc/video/rtp_stream_receiver.cc#newcode120 webrtc/video/rtp_stream_receiver.cc:120: rtp_rtcp_->SetGenericFECStatus(false, 0, 0); On 2016/05/03 ...
4 years, 7 months ago (2016-05-03 07:56:52 UTC) #9
stefan-webrtc
lgtm https://codereview.webrtc.org/1929313002/diff/20001/webrtc/video/video_receive_stream.cc File webrtc/video/video_receive_stream.cc (left): https://codereview.webrtc.org/1929313002/diff/20001/webrtc/video/video_receive_stream.cc#oldcode192 webrtc/video/video_receive_stream.cc:192: -1); On 2016/05/03 07:56:52, mflodman wrote: > On ...
4 years, 7 months ago (2016-05-03 08:58:40 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1929313002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1929313002/40001
4 years, 7 months ago (2016-05-03 09:30:09 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: ios64_sim_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios64_sim_dbg/builds/7161) ios_dbg on tryserver.webrtc (JOB_FAILED, ...
4 years, 7 months ago (2016-05-03 09:30:59 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1929313002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1929313002/60001
4 years, 7 months ago (2016-05-03 11:14:21 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: ios32_sim_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios32_sim_dbg/builds/7183) ios_arm64_dbg on tryserver.webrtc (JOB_FAILED, ...
4 years, 7 months ago (2016-05-03 11:16:13 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1929313002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1929313002/80001
4 years, 7 months ago (2016-05-03 11:31:05 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 7 months ago (2016-05-03 13:31:29 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1929313002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1929313002/80001
4 years, 7 months ago (2016-05-04 04:16:47 UTC) #27
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-04 04:22:09 UTC) #29
commit-bot: I haz the power
4 years, 7 months ago (2016-05-04 04:22:22 UTC) #31
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/cfc8e3b9ef25eb977e55960c7bac2172298f4d27
Cr-Commit-Position: refs/heads/master@{#12619}

Powered by Google App Engine
This is Rietveld 408576698