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

Issue 2274573002: Adjust RtcpReceiver to be testable with callbacks: (Closed)

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

Description

Adjust RtcpReceiver to be testable with callbacks: Instead of full RtpRtcpImpl takes interface of all functions it needs from it. Added single function for parsing packets and sending feedback, moving that logic from RtpRtcpImpl to RtcpReceiver. BUG=webrtc:5260 Committed: https://crrev.com/59cb2bd20ee76c83deb85979a3d9a255dbc55197 Cr-Commit-Position: refs/heads/master@{#13960}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Feedback #

Patch Set 3 : Move 2/3 Feedback into separate CL #

Patch Set 4 : Rebase #

Total comments: 1

Patch Set 5 : Sender->RtpRtcpSender #

Patch Set 6 : RtpRtcpSender -> ModuleRtpRtcp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -27 lines) Patch
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.h View 1 2 3 4 5 2 chunks +20 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc View 1 2 3 4 5 3 chunks +15 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h View 1 2 3 4 5 3 chunks +7 lines, -6 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc View 1 2 3 1 chunk +1 line, -15 lines 0 comments Download

Messages

Total messages: 18 (5 generated)
danilchap
This is slice of the https://codereview.webrtc.org/1527003002/ that you review half a year ago, but I ...
4 years, 3 months ago (2016-08-23 18:05:31 UTC) #2
philipel
https://codereview.webrtc.org/2274573002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h File webrtc/modules/rtp_rtcp/source/rtcp_receiver.h (right): https://codereview.webrtc.org/2274573002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h#newcode33 webrtc/modules/rtp_rtcp/source/rtcp_receiver.h:33: class SenderCallbacks { I think this name is a ...
4 years, 3 months ago (2016-08-24 13:50:26 UTC) #3
danilchap
The mentioned separate CL: https://codereview.webrtc.org/2276833003/ https://codereview.webrtc.org/2274573002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h File webrtc/modules/rtp_rtcp/source/rtcp_receiver.h (right): https://codereview.webrtc.org/2274573002/diff/1/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h#newcode33 webrtc/modules/rtp_rtcp/source/rtcp_receiver.h:33: class SenderCallbacks { On ...
4 years, 3 months ago (2016-08-26 11:47:51 UTC) #4
philipel
https://codereview.webrtc.org/2274573002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h File webrtc/modules/rtp_rtcp/source/rtcp_receiver.h (right): https://codereview.webrtc.org/2274573002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h#newcode32 webrtc/modules/rtp_rtcp/source/rtcp_receiver.h:32: class Sender { This class implements functions that are ...
4 years, 3 months ago (2016-08-29 08:19:08 UTC) #5
danilchap
On 2016/08/29 08:19:08, philipel wrote: > https://codereview.webrtc.org/2274573002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h > File webrtc/modules/rtp_rtcp/source/rtcp_receiver.h (right): > > https://codereview.webrtc.org/2274573002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h#newcode32 > ...
4 years, 3 months ago (2016-08-29 08:46:45 UTC) #6
philipel
RtcpEventCallbacks?
4 years, 3 months ago (2016-08-29 08:55:02 UTC) #7
danilchap
On 2016/08/29 08:46:45, danilchap wrote: > On 2016/08/29 08:19:08, philipel wrote: > > > https://codereview.webrtc.org/2274573002/diff/60001/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h ...
4 years, 3 months ago (2016-08-29 08:55:44 UTC) #8
philipel
lgtm
4 years, 3 months ago (2016-08-29 11:39:35 UTC) #9
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/2274573002/100001
4 years, 3 months ago (2016-08-29 12:28:13 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 3 months ago (2016-08-29 13:57:34 UTC) #13
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/2274573002/100001
4 years, 3 months ago (2016-08-29 18:04:21 UTC) #15
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-08-29 18:08:54 UTC) #16
commit-bot: I haz the power
4 years, 3 months ago (2016-08-29 18:09:01 UTC) #18
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/59cb2bd20ee76c83deb85979a3d9a255dbc55197
Cr-Commit-Position: refs/heads/master@{#13960}

Powered by Google App Engine
This is Rietveld 408576698