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

Issue 2431253003: Remove now unused code in RtpHeaderExtensionMap (Closed)

Created:
4 years, 2 months ago by danilchap
Modified:
4 years, 1 month ago
Reviewers:
sprang_webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, stefan-webrtc, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Remove now unused code in RtpHeaderExtensionMap Remove functions to enumerate all extensions, Remove concept of the inactive extension. Decision if extension should be included into rtp header is done by rtp_sender GetTotalLengthInBytes now calculates all extension, included or not. That is used only for calculating how much space to reserve for fec. Since extension might suddenly be included in the next packet (which still might belong to same fec group), it is safer to calculate all registered extension. BUG=webrtc:5565, webrtc:1994 Committed: https://crrev.com/cc348338098133849063f2cab8023946a5cf42cb Cr-Commit-Position: refs/heads/master@{#14763}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -262 lines) Patch
M webrtc/modules/rtp_rtcp/source/rtp_header_extension.h View 3 chunks +4 lines, -28 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_header_extension.cc View 4 chunks +7 lines, -101 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_header_extension_unittest.cc View 3 chunks +1 line, -38 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.h View 3 chunks +0 lines, -18 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 5 chunks +0 lines, -66 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 3 chunks +0 lines, -5 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc View 1 chunk +1 line, -6 lines 3 comments Download

Messages

Total messages: 14 (6 generated)
danilchap
more code deletion (including few left-overs from previous one). Further refactoring of RtpHeaderExtensionMap left to ...
4 years, 2 months ago (2016-10-19 16:44:48 UTC) #3
sprang_webrtc
https://codereview.chromium.org/2431253003/diff/1/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc (right): https://codereview.chromium.org/2431253003/diff/1/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc#newcode250 webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc:250: if (video_header && video_header->rotation != kVideoRotation_0) Just to be ...
4 years, 1 month ago (2016-10-24 13:48:11 UTC) #5
danilchap
https://codereview.chromium.org/2431253003/diff/1/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc (right): https://codereview.chromium.org/2431253003/diff/1/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc#newcode250 webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc:250: if (video_header && video_header->rotation != kVideoRotation_0) On 2016/10/24 13:48:10, ...
4 years, 1 month ago (2016-10-24 14:27:25 UTC) #6
sprang_webrtc
lgtm https://codereview.webrtc.org/2431253003/diff/1/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc File webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc (right): https://codereview.webrtc.org/2431253003/diff/1/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc#newcode250 webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc:250: if (video_header && video_header->rotation != kVideoRotation_0) On 2016/10/24 ...
4 years, 1 month ago (2016-10-25 07:47:01 UTC) #7
danilchap
On 2016/10/25 07:47:01, språng wrote: > lgtm > > https://codereview.webrtc.org/2431253003/diff/1/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc > File webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc (right): > ...
4 years, 1 month ago (2016-10-25 09:41:10 UTC) #8
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/2431253003/1
4 years, 1 month ago (2016-10-25 10:11:13 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 1 month ago (2016-10-25 10:12:31 UTC) #12
commit-bot: I haz the power
4 years, 1 month ago (2016-10-25 10:12:38 UTC) #14
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/cc348338098133849063f2cab8023946a5cf42cb
Cr-Commit-Position: refs/heads/master@{#14763}

Powered by Google App Engine
This is Rietveld 408576698