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

Issue 2511703002: Wire up FlexFEC in VideoEngine2. (Closed)

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

Description

Wire up FlexFEC in VideoEngine2. This CL interfaces the SDP information (payload types and SSRCs) about FlexFEC with the corresponding configs at the Call layer. It also adds a field trial, which when active will expose FlexFEC in the default codec list, thus showing up in the default SDP. BUG=webrtc:5654 R=magjed@webrtc.org, stefan@webrtc.org CC=perkj@webrtc.org Committed: https://crrev.com/468da7c0747e078f689eb02cd86ec31cdb5be903 Cr-Commit-Position: refs/heads/master@{#15184}

Patch Set 1 #

Total comments: 19

Patch Set 2 : Feedback response 1. #

Patch Set 3 : Feedback response 2. #

Patch Set 4 : Rebase on top of magjed's CL + corresponding fixes. #

Total comments: 13

Patch Set 5 : Rebase on top of relanded CL. #

Patch Set 6 : Feedback response 3. #

Total comments: 2

Patch Set 7 : Feedback response 4. #

Total comments: 2

Patch Set 8 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+384 lines, -27 lines) Patch
M webrtc/config.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M webrtc/config.cc View 1 2 3 4 5 2 chunks +25 lines, -0 lines 0 comments Download
M webrtc/media/engine/fakewebrtccall.h View 1 2 3 4 5 6 4 chunks +22 lines, -0 lines 0 comments Download
M webrtc/media/engine/fakewebrtccall.cc View 1 2 3 4 5 6 3 chunks +39 lines, -3 lines 0 comments Download
M webrtc/media/engine/internalencoderfactory.cc View 1 2 3 4 5 2 chunks +21 lines, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.h View 1 2 3 4 5 6 4 chunks +9 lines, -1 line 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.cc View 1 2 3 4 5 14 chunks +80 lines, -14 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2_unittest.cc View 1 2 3 4 5 6 12 chunks +184 lines, -9 lines 0 comments Download

Messages

Total messages: 30 (12 generated)
brandtr
[Same message for three related CLs.] Please take a look at this change :) To ...
4 years, 1 month ago (2016-11-17 11:34:52 UTC) #2
stefan-webrtc
lgtm for config.h/.cc, but I have reviewed it all. :) https://codereview.webrtc.org/2511703002/diff/20001/webrtc/media/engine/fakewebrtccall.cc File webrtc/media/engine/fakewebrtccall.cc (right): https://codereview.webrtc.org/2511703002/diff/20001/webrtc/media/engine/fakewebrtccall.cc#newcode481 ...
4 years, 1 month ago (2016-11-17 12:49:00 UTC) #3
brandtr
Thanks :) https://codereview.webrtc.org/2511703002/diff/20001/webrtc/media/engine/fakewebrtccall.cc File webrtc/media/engine/fakewebrtccall.cc (right): https://codereview.webrtc.org/2511703002/diff/20001/webrtc/media/engine/fakewebrtccall.cc#newcode481 webrtc/media/engine/fakewebrtccall.cc:481: ++num_created_receive_streams_; On 2016/11/17 12:48:59, stefan-webrtc (holmer) wrote: ...
4 years, 1 month ago (2016-11-17 13:23:37 UTC) #5
magjed_webrtc
I would like to land this CL before yours: https://codereview.webrtc.org/2493133002/. There will some conflicts, but ...
4 years, 1 month ago (2016-11-17 13:37:19 UTC) #6
brandtr
Rebase on top of magjed's CL + corresponding fixes.
4 years, 1 month ago (2016-11-17 17:10:08 UTC) #7
brandtr
Rebase on top of magjed's CL + corresponding fixes.
4 years, 1 month ago (2016-11-17 17:18:43 UTC) #8
brandtr
Thanks for quick feedback! I've responded and rebased in different patchsets. The failed bot is ...
4 years, 1 month ago (2016-11-17 17:28:58 UTC) #10
magjed_webrtc
Thanks for rebasing on top of my CL! I have relanded my CL now and ...
4 years, 1 month ago (2016-11-18 14:28:01 UTC) #11
brandtr
Rebase.
4 years, 1 month ago (2016-11-21 07:53:36 UTC) #12
brandtr
https://codereview.webrtc.org/2511703002/diff/120001/webrtc/config.cc File webrtc/config.cc (right): https://codereview.webrtc.org/2511703002/diff/120001/webrtc/config.cc#newcode67 webrtc/config.cc:67: if (protected_media_ssrcs.size() != 1) On 2016/11/18 14:28:00, magjed_webrtc wrote: ...
4 years, 1 month ago (2016-11-21 08:52:04 UTC) #14
brandtr
https://codereview.webrtc.org/2511703002/diff/20001/webrtc/media/engine/fakewebrtccall.h File webrtc/media/engine/fakewebrtccall.h (right): https://codereview.webrtc.org/2511703002/diff/20001/webrtc/media/engine/fakewebrtccall.h#newcode299 webrtc/media/engine/fakewebrtccall.h:299: std::vector<FakeFlexfecReceiveStream*> flexfec_receive_streams_; On 2016/11/17 13:23:36, brandtr wrote: > On ...
4 years, 1 month ago (2016-11-21 11:41:13 UTC) #15
magjed_webrtc
https://codereview.webrtc.org/2511703002/diff/120001/webrtc/media/engine/fakewebrtccall.h File webrtc/media/engine/fakewebrtccall.h (right): https://codereview.webrtc.org/2511703002/diff/120001/webrtc/media/engine/fakewebrtccall.h#newcode300 webrtc/media/engine/fakewebrtccall.h:300: std::vector<FakeFlexfecReceiveStream*> flexfec_receive_streams_; On 2016/11/21 08:52:03, brandtr wrote: > On ...
4 years, 1 month ago (2016-11-21 13:55:13 UTC) #16
brandtr
Tests pass locally. Will rebase in later patchset to fix the bot patch failure. https://codereview.webrtc.org/2511703002/diff/120001/webrtc/media/engine/fakewebrtccall.h ...
4 years, 1 month ago (2016-11-21 16:03:48 UTC) #17
magjed_webrtc
lgtm
4 years, 1 month ago (2016-11-21 17:00:26 UTC) #18
brandtr
Rebase.
4 years, 1 month ago (2016-11-22 09:04:55 UTC) #19
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/2511703002/220001
4 years, 1 month ago (2016-11-22 10:15:15 UTC) #26
commit-bot: I haz the power
Committed patchset #8 (id:220001)
4 years, 1 month ago (2016-11-22 10:16:50 UTC) #28
commit-bot: I haz the power
4 years, 1 month ago (2016-11-22 10:17:00 UTC) #30
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/468da7c0747e078f689eb02cd86ec31cdb5be903
Cr-Commit-Position: refs/heads/master@{#15184}

Powered by Google App Engine
This is Rietveld 408576698