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

Issue 2885823002: Delete class NullRtpData and function NullObjectRtpData (Closed)

Created:
3 years, 7 months ago by nisse-webrtc
Modified:
3 years, 6 months ago
Reviewers:
danilchap
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Delete class NullRtpData and function NullObjectRtpData. BUG=webrtc:5565 Review-Url: https://codereview.webrtc.org/2885823002 Cr-Commit-Position: refs/heads/master@{#18366} Committed: https://chromium.googlesource.com/external/webrtc/+/7fcdb6d7ca94147cc607e3e025ac8ff6bf402878

Patch Set 1 #

Patch Set 2 : Rebased. #

Patch Set 3 : Avoid inheriting NullRtpData. Use it explicitly in RtpRtcpAPITest. #

Patch Set 4 : Update RtpReceiverTest. #

Patch Set 5 : Delete a left-over inherit of NullRtpData. #

Total comments: 2

Patch Set 6 : Delete also the NullRtpData class. #

Patch Set 7 : Rebase. #

Patch Set 8 : Undo added includes, no longer needed after rebase. #

Total comments: 3

Patch Set 9 : Add using declaration. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -36 lines) Patch
M webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h View 1 2 3 4 5 1 chunk +0 lines, -17 lines 0 comments Download
M webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_unittest.cc View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc View 1 2 3 4 5 2 chunks +6 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_utility.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_utility.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/test/testAPI/test_api_audio.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (11 generated)
nisse-webrtc
Hi, I would like to delete NullRtpData. With this version of the cl, it's used ...
3 years, 6 months ago (2017-05-31 12:38:35 UTC) #2
danilchap
On 2017/05/31 12:38:35, nisse-webrtc wrote: > Hi, I would like to delete NullRtpData. With this ...
3 years, 6 months ago (2017-05-31 12:58:50 UTC) #3
danilchap
https://codereview.webrtc.org/2885823002/diff/80001/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc File webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc (right): https://codereview.webrtc.org/2885823002/diff/80001/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc#newcode91 webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc:91: int OnReceivedPayloadData(const uint8_t* payload_data, return type is int32_t
3 years, 6 months ago (2017-05-31 12:59:29 UTC) #4
danilchap
btw, feel free to use BUG=webrtc:5565 for these CLs
3 years, 6 months ago (2017-05-31 13:01:45 UTC) #5
nisse-webrtc
On 2017/05/31 12:58:50, danilchap wrote: > both for rtpreceiverTest and rtprtcpapiTest it would make sense ...
3 years, 6 months ago (2017-05-31 13:24:03 UTC) #7
nisse-webrtc
https://codereview.webrtc.org/2885823002/diff/80001/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc File webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc (right): https://codereview.webrtc.org/2885823002/diff/80001/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc#newcode91 webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl_unittest.cc:91: int OnReceivedPayloadData(const uint8_t* payload_data, On 2017/05/31 12:59:28, danilchap wrote: ...
3 years, 6 months ago (2017-05-31 13:24:13 UTC) #8
nisse-webrtc
Do you want to take another look after the rebase?
3 years, 6 months ago (2017-05-31 14:44:07 UTC) #12
danilchap
It looks noticeably more than a rebase, so yes, want to take a look, and... ...
3 years, 6 months ago (2017-05-31 14:57:33 UTC) #13
nisse-webrtc
https://codereview.webrtc.org/2885823002/diff/140001/webrtc/modules/rtp_rtcp/source/rtp_receiver_unittest.cc File webrtc/modules/rtp_rtcp/source/rtp_receiver_unittest.cc (right): https://codereview.webrtc.org/2885823002/diff/140001/webrtc/modules/rtp_rtcp/source/rtp_receiver_unittest.cc#newcode77 webrtc/modules/rtp_rtcp/source/rtp_receiver_unittest.cc:77: ::testing::NiceMock<MockRtpData> mock_rtp_data_; On 2017/05/31 14:57:33, danilchap wrote: > to ...
3 years, 6 months ago (2017-06-01 06:59:56 UTC) #16
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/2885823002/160001
3 years, 6 months ago (2017-06-01 07:00:30 UTC) #19
commit-bot: I haz the power
3 years, 6 months ago (2017-06-01 07:31:01 UTC) #22
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/external/webrtc/+/7fcdb6d7ca94147cc607e3e02...

Powered by Google App Engine
This is Rietveld 408576698