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

Issue 70713002: Cast: Restructure RTCP interface to better fit our usage. (Closed)

Created:
7 years, 1 month ago by pwestin
Modified:
7 years, 1 month ago
Reviewers:
Alpha Left Google
CC:
chromium-reviews, feature-media-reviews_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Cast: Restructure RTCP interface to better fit our usage. New structure allows a better interface to add sending and receiving log messages from the remote peer over RTCP. The acctual RTCP messaging and plugging this into the log class will follw in 2 seperate cls. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235807

Patch Set 1 #

Total comments: 20

Patch Set 2 : Addressed comments #

Patch Set 3 : Removed unused static const in test #

Patch Set 4 : Merge TOT #

Patch Set 5 : Merge TOT and solved conflicts #

Patch Set 6 : Added missing line lost in merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+376 lines, -280 lines) Patch
M media/cast/audio_receiver/audio_receiver.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M media/cast/audio_receiver/audio_receiver.cc View 1 2 3 4 4 chunks +5 lines, -5 lines 0 comments Download
M media/cast/audio_sender/audio_sender.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M media/cast/audio_sender/audio_sender.cc View 1 2 3 4 3 chunks +3 lines, -6 lines 0 comments Download
M media/cast/rtcp/mock_rtcp_receiver_feedback.h View 1 chunk +5 lines, -0 lines 0 comments Download
M media/cast/rtcp/rtcp.h View 1 2 3 4 4 chunks +25 lines, -6 lines 0 comments Download
M media/cast/rtcp/rtcp.cc View 1 2 3 4 5 7 chunks +72 lines, -91 lines 0 comments Download
M media/cast/rtcp/rtcp_defines.h View 1 2 3 2 chunks +36 lines, -0 lines 0 comments Download
M media/cast/rtcp/rtcp_receiver.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M media/cast/rtcp/rtcp_receiver.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/cast/rtcp/rtcp_receiver_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/cast/rtcp/rtcp_sender.h View 3 chunks +18 lines, -7 lines 0 comments Download
M media/cast/rtcp/rtcp_sender.cc View 1 2 3 3 chunks +72 lines, -28 lines 0 comments Download
M media/cast/rtcp/rtcp_sender_unittest.cc View 8 chunks +29 lines, -79 lines 0 comments Download
M media/cast/rtcp/rtcp_unittest.cc View 1 2 3 4 16 chunks +94 lines, -38 lines 0 comments Download
M media/cast/rtcp/test_rtcp_packet_builder.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/cast/rtcp/test_rtcp_packet_builder.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/cast/video_receiver/video_receiver.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M media/cast/video_receiver/video_receiver.cc View 1 2 3 4 4 chunks +4 lines, -6 lines 0 comments Download
M media/cast/video_sender/video_sender.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M media/cast/video_sender/video_sender.cc View 1 2 3 4 3 chunks +3 lines, -6 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
pwestin
Please review.
7 years, 1 month ago (2013-11-12 20:04:29 UTC) #1
Alpha Left Google
https://codereview.chromium.org/70713002/diff/1/media/cast/rtcp/rtcp.h File media/cast/rtcp/rtcp.h (right): https://codereview.chromium.org/70713002/diff/1/media/cast/rtcp/rtcp.h#newcode86 media/cast/rtcp/rtcp.h:86: void SendRtcpFromRtpSender(const RtcpSenderLogMessage* sender_log_message); What does it mean if ...
7 years, 1 month ago (2013-11-13 23:58:39 UTC) #2
pwestin
PTAL https://codereview.chromium.org/70713002/diff/1/media/cast/rtcp/rtcp.h File media/cast/rtcp/rtcp.h (right): https://codereview.chromium.org/70713002/diff/1/media/cast/rtcp/rtcp.h#newcode86 media/cast/rtcp/rtcp.h:86: void SendRtcpFromRtpSender(const RtcpSenderLogMessage* sender_log_message); On 2013/11/13 23:58:40, Alpha ...
7 years, 1 month ago (2013-11-15 00:20:31 UTC) #3
Alpha Left Google
LGTM.
7 years, 1 month ago (2013-11-15 19:42:21 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pwestin@google.com/70713002/80001
7 years, 1 month ago (2013-11-15 20:10:19 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pwestin@google.com/70713002/390001
7 years, 1 month ago (2013-11-15 22:57:01 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pwestin@google.com/70713002/390001
7 years, 1 month ago (2013-11-16 01:00:45 UTC) #7
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests, chrome_frame_net_tests, chrome_frame_tests, chrome_frame_unittests, content_browsertests, mini_installer_test, ...
7 years, 1 month ago (2013-11-16 03:35:32 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pwestin@google.com/70713002/810001
7 years, 1 month ago (2013-11-18 16:31:30 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_x64_rel for step(s) base_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_x64_rel&number=54787
7 years, 1 month ago (2013-11-18 18:05:01 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pwestin@google.com/70713002/1190001
7 years, 1 month ago (2013-11-18 18:17:26 UTC) #11
commit-bot: I haz the power
7 years, 1 month ago (2013-11-18 20:33:29 UTC) #12
Message was sent while issue was closed.
Change committed as 235807

Powered by Google App Engine
This is Rietveld 408576698