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

Issue 2067673004: Style cleanups in RtpSender. (Closed)

Created:
4 years, 6 months ago by Sergey Ulanov
Modified:
4 years, 4 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, danilchap, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Style cleanups in RtpSender. - Renamed variables and some function to comply with style guide. - Removed default argument values. - Removed some dead code. - Cleaned up comments formatting in rtp_rtcp.h R=danilchap@webrtc.org, stefan@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/ec4f068bcdbc044f14162fb530b50dc45db01211

Patch Set 1 #

Patch Set 2 : fix compilation #

Total comments: 17

Patch Set 3 : addressed feedback #

Total comments: 40

Patch Set 4 : . #

Total comments: 7

Patch Set 5 : comment formatting #

Patch Set 6 : sync #

Patch Set 7 : fix windows #

Patch Set 8 : fix windows #

Patch Set 9 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1014 lines, -1273 lines) Patch
M webrtc/call/rtc_event_log_unittest.cc View 1 2 3 4 5 1 chunk +2 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h View 1 2 3 chunks +29 lines, -32 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp.h View 1 2 3 4 5 2 chunks +416 lines, -601 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h View 1 2 3 4 5 6 4 chunks +19 lines, -19 lines 0 comments Download
M webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h View 1 2 3 3 chunks +116 lines, -165 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/mock/mock_rtp_payload_strategy.h View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h View 1 2 3 4 5 1 chunk +9 lines, -8 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc View 1 2 3 4 5 5 chunks +7 lines, -28 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.h View 1 2 3 4 5 6 chunks +18 lines, -5 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender.cc View 1 2 3 4 5 4 chunks +14 lines, -12 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h View 1 2 3 2 chunks +46 lines, -44 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_audio.cc View 1 2 3 10 chunks +164 lines, -165 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc View 1 2 3 4 5 27 chunks +49 lines, -49 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.h View 1 2 3 4 5 5 chunks +33 lines, -30 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc View 1 2 3 4 5 14 chunks +77 lines, -94 lines 0 comments Download
M webrtc/video/rtp_stream_receiver.h View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -6 lines 0 comments Download

Messages

Total messages: 55 (27 generated)
Sergey Ulanov
4 years, 6 months ago (2016-06-14 23:35:33 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2067673004/20001
4 years, 6 months ago (2016-06-14 23:53:32 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_compile_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_compile_dbg/builds/6231)
4 years, 6 months ago (2016-06-14 23:56:44 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2067673004/40001
4 years, 6 months ago (2016-06-15 00:07:47 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_rel/builds/15810)
4 years, 6 months ago (2016-06-15 00:18:18 UTC) #11
danilchap
https://codereview.webrtc.org/2067673004/diff/40001/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc File webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc (right): https://codereview.webrtc.org/2067673004/diff/40001/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc#newcode48 webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc:48: RtpRtcp::Configuration::Configuration() {} : receive_statistics(NullObjectReceiveStatistics()) https://codereview.webrtc.org/2067673004/diff/40001/webrtc/modules/rtp_rtcp/source/rtp_sender.h File webrtc/modules/rtp_rtcp/source/rtp_sender.h (left): https://codereview.webrtc.org/2067673004/diff/40001/webrtc/modules/rtp_rtcp/source/rtp_sender.h#oldcode49 ...
4 years, 6 months ago (2016-06-15 13:40:01 UTC) #13
danilchap
https://codereview.webrtc.org/2067673004/diff/40001/webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h File webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h (right): https://codereview.webrtc.org/2067673004/diff/40001/webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h#newcode46 webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h:46: int32_t SetAudioPacketSize(uint16_t acket_size_samples_); On 2016/06/15 13:40:01, danilchap wrote: > ...
4 years, 6 months ago (2016-06-15 13:41:15 UTC) #14
Sergey Ulanov
Also cleaned up comments format in rtp_rtcp.h now. https://codereview.webrtc.org/2067673004/diff/40001/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc File webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc (right): https://codereview.webrtc.org/2067673004/diff/40001/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc#newcode48 webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc:48: RtpRtcp::Configuration::Configuration() ...
4 years, 6 months ago (2016-06-15 18:27:53 UTC) #17
danilchap
+henrik for checking audio names and owner overview. https://codereview.webrtc.org/2067673004/diff/80001/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h File webrtc/modules/rtp_rtcp/include/rtp_rtcp.h (right): https://codereview.webrtc.org/2067673004/diff/80001/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h#newcode125 webrtc/modules/rtp_rtcp/include/rtp_rtcp.h:125: // ...
4 years, 6 months ago (2016-06-15 20:04:22 UTC) #19
Sergey Ulanov
https://codereview.webrtc.org/2067673004/diff/80001/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h File webrtc/modules/rtp_rtcp/include/rtp_rtcp.h (right): https://codereview.webrtc.org/2067673004/diff/80001/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h#newcode125 webrtc/modules/rtp_rtcp/include/rtp_rtcp.h:125: // Returns max data payload length, which is acombination ...
4 years, 6 months ago (2016-06-15 20:53:24 UTC) #20
danilchap
lgtm
4 years, 6 months ago (2016-06-16 08:20:18 UTC) #21
Sergey Ulanov
4 years, 6 months ago (2016-06-20 20:41:51 UTC) #23
Sergey Ulanov
+mflodman, Magnus, can you please approve?
4 years, 6 months ago (2016-06-20 20:42:42 UTC) #24
Sergey Ulanov
ping
4 years, 6 months ago (2016-06-24 00:52:15 UTC) #25
hlundin-webrtc
As discussed previously offline, I'm not the one to do this review.
4 years, 5 months ago (2016-06-27 12:52:04 UTC) #27
Sergey Ulanov
+holmer@ Stefan, can you please approve?
4 years, 5 months ago (2016-07-01 22:06:48 UTC) #29
Sergey Ulanov
stefan@: ping
4 years, 4 months ago (2016-07-26 19:26:51 UTC) #31
stefan-webrtc
Just a few nits first which I think we may want to take the opportunity ...
4 years, 4 months ago (2016-07-28 09:31:42 UTC) #32
Sergey Ulanov
https://codereview.webrtc.org/2067673004/diff/100001/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h File webrtc/modules/rtp_rtcp/include/rtp_rtcp.h (right): https://codereview.webrtc.org/2067673004/diff/100001/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h#newcode409 webrtc/modules/rtp_rtcp/include/rtp_rtcp.h:409: ***************************************************************************/ On 2016/07/28 09:31:42, stefan-webrtc (holmer) wrote: > Could ...
4 years, 4 months ago (2016-07-28 18:01:34 UTC) #33
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/2067673004/140001
4 years, 4 months ago (2016-07-28 18:04:57 UTC) #36
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/2067673004/160001
4 years, 4 months ago (2016-07-28 18:42:04 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: win_x64_gn_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_gn_rel/builds/10919)
4 years, 4 months ago (2016-07-28 19:12:30 UTC) #41
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/2067673004/180001
4 years, 4 months ago (2016-07-28 19:32:00 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: win_x64_gn_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_gn_rel/builds/10925)
4 years, 4 months ago (2016-07-28 19:53:49 UTC) #46
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/2067673004/200001
4 years, 4 months ago (2016-07-28 20:30:20 UTC) #49
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_arm64_rel/builds/9645)
4 years, 4 months ago (2016-07-28 21:56:30 UTC) #51
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/ec4f068bcdbc044f14162fb530b50dc45db01211 Cr-Commit-Position: refs/heads/master@{#13565}
4 years, 4 months ago (2016-07-28 22:19:23 UTC) #53
Sergey Ulanov
4 years, 4 months ago (2016-07-28 22:19:25 UTC) #55
Message was sent while issue was closed.
Committed patchset #9 (id:200001) manually as
ec4f068bcdbc044f14162fb530b50dc45db01211 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698