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

Issue 427733002: Cast: Remove unused RTCP messages (Closed)

Created:
6 years, 4 months ago by Alpha Left Google
Modified:
6 years, 4 months ago
Reviewers:
Tom Sepez, hubbe
CC:
chromium-reviews, hclam+watch_chromium.org, cbentzel+watch_chromium.org, imcheng+watch_chromium.org, hguihot+watch_chromium.org, jasonroberts+watch_google.com, avayvod+watch_chromium.org, pwestin+watch_google.com, feature-media-reviews_chromium.org, miu+watch_chromium.org, hubbe+watch_chromium.org, mikhal+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Cast: Remove unused RTCP messages Removing the following unused RTCP messages: * PLI * NACK * RPSI * REMB * BYE * SDES Deleted about 1200 lines of code. Tested with cast_unittests and simulation shows no difference. Casting to a proper receiver works as well. BUG=393042, 396207 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287142

Patch Set 1 #

Patch Set 2 : comments #

Patch Set 3 : merged #

Patch Set 4 : merged #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -1231 lines) Patch
M chrome/common/cast_messages.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/cast/cast_config.h View 3 chunks +0 lines, -7 lines 0 comments Download
M media/cast/net/cast_transport_config.h View 1 chunk +0 lines, -3 lines 0 comments Download
M media/cast/net/cast_transport_defines.h View 2 chunks +0 lines, -11 lines 0 comments Download
M media/cast/net/cast_transport_sender_impl.cc View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M media/cast/net/rtcp/rtcp.h View 2 chunks +1 line, -3 lines 0 comments Download
M media/cast/net/rtcp/rtcp.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M media/cast/net/rtcp/rtcp_builder.h View 1 chunk +1 line, -5 lines 0 comments Download
M media/cast/net/rtcp/rtcp_builder.cc View 2 chunks +1 line, -73 lines 0 comments Download
M media/cast/net/rtcp/rtcp_builder_unittest.cc View 7 chunks +9 lines, -14 lines 0 comments Download
M media/cast/net/rtcp/rtcp_defines.h View 2 chunks +0 lines, -19 lines 0 comments Download
M media/cast/net/rtcp/rtcp_defines.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M media/cast/net/rtcp/rtcp_receiver.h View 1 chunk +0 lines, -25 lines 0 comments Download
M media/cast/net/rtcp/rtcp_receiver.cc View 6 chunks +1 line, -152 lines 0 comments Download
M media/cast/net/rtcp/rtcp_receiver_unittest.cc View 1 2 3 4 chunks +0 lines, -4 lines 0 comments Download
M media/cast/net/rtcp/rtcp_sender.h View 3 chunks +2 lines, -30 lines 0 comments Download
M media/cast/net/rtcp/rtcp_sender.cc View 4 chunks +3 lines, -273 lines 0 comments Download
M media/cast/net/rtcp/rtcp_sender_unittest.cc View 1 2 3 14 chunks +7 lines, -20 lines 0 comments Download
M media/cast/net/rtcp/rtcp_unittest.cc View 10 chunks +9 lines, -19 lines 0 comments Download
M media/cast/net/rtcp/rtcp_utility.h View 10 chunks +0 lines, -108 lines 0 comments Download
M media/cast/net/rtcp/rtcp_utility.cc View 1 13 chunks +9 lines, -374 lines 0 comments Download
M media/cast/net/rtcp/test_rtcp_packet_builder.h View 3 chunks +0 lines, -11 lines 0 comments Download
M media/cast/net/rtcp/test_rtcp_packet_builder.cc View 2 chunks +0 lines, -55 lines 0 comments Download
M media/cast/receiver/frame_receiver.cc View 1 chunk +1 line, -2 lines 0 comments Download
M media/cast/sender/audio_sender.cc View 1 chunk +0 lines, -1 line 0 comments Download
M media/cast/sender/video_sender.cc View 1 chunk +0 lines, -1 line 0 comments Download
M media/cast/sender/video_sender_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M media/cast/test/sender.cc View 2 chunks +0 lines, -3 lines 0 comments Download
M media/cast/test/utility/default_config.cc View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 44 (0 generated)
Alpha Left Google
6 years, 4 months ago (2014-07-29 01:45:12 UTC) #1
hubbe
lgtm
6 years, 4 months ago (2014-07-30 19:29:59 UTC) #2
acolwell GONE FROM CHROMIUM
Drive-by comment. I'm surprised you are allowed to remove SDES. Are you not intending to ...
6 years, 4 months ago (2014-07-30 19:52:47 UTC) #3
Alpha Left Google
On 2014/07/30 19:52:47, acolwell wrote: > Drive-by comment. I'm surprised you are allowed to remove ...
6 years, 4 months ago (2014-07-30 20:01:10 UTC) #4
acolwell GONE FROM CHROMIUM
On 2014/07/30 20:01:10, Alpha wrote: > On 2014/07/30 19:52:47, acolwell wrote: > > Drive-by comment. ...
6 years, 4 months ago (2014-07-30 20:07:02 UTC) #5
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 4 months ago (2014-07-30 20:22:46 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/427733002/20001
6 years, 4 months ago (2014-07-30 20:24:13 UTC) #7
Alpha Left Google
> You might want to consider dropping RTCP from the names then so people don't ...
6 years, 4 months ago (2014-07-30 20:25:50 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-07-30 21:37:32 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-30 21:41:27 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/1075)
6 years, 4 months ago (2014-07-30 21:41:28 UTC) #11
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 4 months ago (2014-07-31 02:18:21 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/427733002/20001
6 years, 4 months ago (2014-07-31 02:20:29 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-07-31 02:26:52 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-31 02:31:38 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/1149)
6 years, 4 months ago (2014-07-31 02:31:39 UTC) #16
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 4 months ago (2014-07-31 07:16:16 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/427733002/20001
6 years, 4 months ago (2014-07-31 07:18:28 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-07-31 07:24:58 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-31 07:29:55 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/1183)
6 years, 4 months ago (2014-07-31 07:29:57 UTC) #21
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 4 months ago (2014-07-31 17:52:50 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/427733002/20001
6 years, 4 months ago (2014-07-31 17:54:10 UTC) #23
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-07-31 17:58:22 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-31 18:01:28 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/1288)
6 years, 4 months ago (2014-07-31 18:01:30 UTC) #26
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 4 months ago (2014-07-31 20:43:43 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/427733002/40001
6 years, 4 months ago (2014-07-31 20:45:24 UTC) #28
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-07-31 21:58:41 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-31 22:02:22 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/46864) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/36164) android_chromium_gn_compile_rel ...
6 years, 4 months ago (2014-07-31 22:02:23 UTC) #31
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 4 months ago (2014-07-31 22:38:49 UTC) #32
Alpha Left Google
The CQ bit was unchecked by hclam@chromium.org
6 years, 4 months ago (2014-07-31 22:38:49 UTC) #33
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 4 months ago (2014-07-31 22:38:50 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/427733002/60001
6 years, 4 months ago (2014-07-31 22:39:36 UTC) #35
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-01 06:22:35 UTC) #36
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-01 06:28:05 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/1451)
6 years, 4 months ago (2014-08-01 06:28:07 UTC) #38
Alpha Left Google
+tsepez for cast_messages.h
6 years, 4 months ago (2014-08-01 06:46:45 UTC) #39
Tom Sepez
Rubberstamp LGTM on deleting member from messages. Thank you for the cleanup.
6 years, 4 months ago (2014-08-01 16:03:27 UTC) #40
Alpha Left Google
The CQ bit was checked by hclam@chromium.org
6 years, 4 months ago (2014-08-01 18:30:40 UTC) #41
Alpha Left Google
On 2014/08/01 16:03:27, Tom Sepez wrote: > Rubberstamp LGTM on deleting member from messages. Thank ...
6 years, 4 months ago (2014-08-01 18:31:36 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hclam@chromium.org/427733002/60001
6 years, 4 months ago (2014-08-01 18:32:22 UTC) #43
commit-bot: I haz the power
6 years, 4 months ago (2014-08-02 01:21:51 UTC) #44
Message was sent while issue was closed.
Change committed as 287142

Powered by Google App Engine
This is Rietveld 408576698