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

Issue 2388303009: Integrate FlexfecReceiveStream with Call. (Closed)

Created:
4 years, 2 months ago by brandtr
Modified:
4 years, 1 month ago
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, yujie_mao (webrtc), stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, the sun, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Integrate FlexfecReceiveStream with Call. Call demultiplexes received RTP packets and delivers these to the appropriate {Video,Flexfec}ReceiveStreams. A single video stream could conceivably be protected by multiple FlexFEC streams. BUG=webrtc:5654 Committed: https://crrev.com/25445d3d4bc6977279451eb48810b5788071db9e Cr-Commit-Position: refs/heads/master@{#14727}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Feedback response 1. #

Total comments: 15

Patch Set 3 : Feedback response 2. #

Patch Set 4 : Rebase. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, -1 line) Patch
M webrtc/call.h View 2 chunks +6 lines, -0 lines 0 comments Download
M webrtc/call/call.cc View 1 2 3 7 chunks +86 lines, -1 line 4 comments Download
M webrtc/call/call_unittest.cc View 1 1 chunk +71 lines, -0 lines 0 comments Download
M webrtc/media/engine/fakewebrtccall.h View 1 chunk +6 lines, -0 lines 0 comments Download
M webrtc/media/engine/fakewebrtccall.cc View 1 chunk +11 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 29 (13 generated)
stefan-webrtc
LG https://codereview.webrtc.org/2388303009/diff/40001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2388303009/diff/40001/webrtc/call/call.cc#newcode625 webrtc/call/call.cc:625: // Remove all ssrcs pointing to a receive ...
4 years, 2 months ago (2016-10-18 18:13:29 UTC) #6
brandtr
Please have a look :) holmer/philipel: general review (thanks holmer, for initial review!) terelius: use ...
4 years, 2 months ago (2016-10-19 08:14:32 UTC) #8
terelius
https://codereview.webrtc.org/2388303009/diff/80001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2388303009/diff/80001/webrtc/call/call.cc#newcode1019 webrtc/call/call.cc:1019: event_log_->LogRtpHeader(kIncomingPacket, media_type, packet, length); Where are the recovered packets ...
4 years, 2 months ago (2016-10-19 09:48:51 UTC) #9
brandtr
https://codereview.webrtc.org/2388303009/diff/80001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2388303009/diff/80001/webrtc/call/call.cc#newcode1019 webrtc/call/call.cc:1019: event_log_->LogRtpHeader(kIncomingPacket, media_type, packet, length); On 2016/10/19 09:48:51, terelius wrote: ...
4 years, 2 months ago (2016-10-19 11:29:20 UTC) #10
philipel
https://codereview.webrtc.org/2388303009/diff/80001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2388303009/diff/80001/webrtc/call/call.cc#newcode172 webrtc/call/call.cc:172: std::multimap<uint32_t, FlexfecReceiveStream*> flexfec_receive_ssrcs_media_ Add comment about multiple flex fec ...
4 years, 2 months ago (2016-10-19 12:15:34 UTC) #11
brandtr
https://codereview.webrtc.org/2388303009/diff/80001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2388303009/diff/80001/webrtc/call/call.cc#newcode172 webrtc/call/call.cc:172: std::multimap<uint32_t, FlexfecReceiveStream*> flexfec_receive_ssrcs_media_ On 2016/10/19 12:15:34, philipel wrote: > ...
4 years, 2 months ago (2016-10-19 13:53:25 UTC) #15
terelius
RtcEventLog lgtm
4 years, 2 months ago (2016-10-19 14:25:22 UTC) #16
philipel
lgtm https://codereview.webrtc.org/2388303009/diff/80001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2388303009/diff/80001/webrtc/call/call.cc#newcode1007 webrtc/call/call.cc:1007: if (status == DELIVERY_OK) On 2016/10/19 13:53:25, brandtr ...
4 years, 2 months ago (2016-10-19 14:25:33 UTC) #17
brandtr
Rebase.
4 years, 2 months ago (2016-10-20 13:09:01 UTC) #18
stefan-webrtc
Lgtm % nit https://codereview.webrtc.org/2388303009/diff/180001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2388303009/diff/180001/webrtc/call/call.cc#newcode641 webrtc/call/call.cc:641: if (prot_it->second == receive_stream_impl) {}, here ...
4 years, 2 months ago (2016-10-20 16:23:27 UTC) #19
brandtr
https://codereview.chromium.org/2388303009/diff/180001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.chromium.org/2388303009/diff/180001/webrtc/call/call.cc#newcode641 webrtc/call/call.cc:641: if (prot_it->second == receive_stream_impl) On 2016/10/20 16:23:26, stefan-webrtc (holmer) ...
4 years, 2 months ago (2016-10-21 08:40:27 UTC) #20
stefan-webrtc
https://codereview.chromium.org/2388303009/diff/180001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.chromium.org/2388303009/diff/180001/webrtc/call/call.cc#newcode641 webrtc/call/call.cc:641: if (prot_it->second == receive_stream_impl) On 2016/10/21 08:40:26, brandtr wrote: ...
4 years, 2 months ago (2016-10-21 11:07:36 UTC) #21
brandtr
https://codereview.chromium.org/2388303009/diff/180001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.chromium.org/2388303009/diff/180001/webrtc/call/call.cc#newcode641 webrtc/call/call.cc:641: if (prot_it->second == receive_stream_impl) On 2016/10/21 11:07:35, stefan-webrtc (holmer) ...
4 years, 2 months ago (2016-10-21 12:18:39 UTC) #22
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/2388303009/180001
4 years, 1 month ago (2016-10-24 06:35:39 UTC) #25
commit-bot: I haz the power
Committed patchset #4 (id:180001)
4 years, 1 month ago (2016-10-24 06:37:18 UTC) #27
commit-bot: I haz the power
4 years, 1 month ago (2016-10-24 06:37:32 UTC) #29
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/25445d3d4bc6977279451eb48810b5788071db9e
Cr-Commit-Position: refs/heads/master@{#14727}

Powered by Google App Engine
This is Rietveld 408576698