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

Issue 83903002: Cast: Add capabity to parse receiver and sender log messages over RTCP. (Closed)

Created:
7 years, 1 month ago by pwestin
Modified:
7 years, 1 month ago
Reviewers:
mikhal1, mikhal
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: Add capabity to parse receiver and sender log messages over RTCP. This cl contains the parsing of the RTCP packets containing the log messages. The callbacks sending the parsed data into our log system is not wired up; that will be done in a seperate cl. Additionally the sender does not generate these type of messages yet. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236920

Patch Set 1 #

Patch Set 2 : Re-upload #

Total comments: 10

Patch Set 3 : Fixed nits #

Patch Set 4 : Merge TOT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+632 lines, -22 lines) Patch
M media/cast/logging/logging_defines.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M media/cast/logging/logging_defines.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M media/cast/rtcp/rtcp.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M media/cast/rtcp/rtcp_defines.h View 1 2 1 chunk +5 lines, -3 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 6 chunks +152 lines, -11 lines 0 comments Download
M media/cast/rtcp/rtcp_receiver_unittest.cc View 1 2 3 2 chunks +222 lines, -0 lines 0 comments Download
M media/cast/rtcp/rtcp_sender.cc View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M media/cast/rtcp/rtcp_utility.h View 1 2 8 chunks +42 lines, -2 lines 0 comments Download
M media/cast/rtcp/rtcp_utility.cc View 5 chunks +148 lines, -1 line 0 comments Download
M media/cast/rtcp/test_rtcp_packet_builder.h View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
M media/cast/rtcp/test_rtcp_packet_builder.cc View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
pwestin
pleas review
7 years, 1 month ago (2013-11-22 18:54:59 UTC) #1
mikhal
lgtm + a few nits https://chromiumcodereview.appspot.com/83903002/diff/80001/media/cast/logging/logging_defines.h File media/cast/logging/logging_defines.h (right): https://chromiumcodereview.appspot.com/83903002/diff/80001/media/cast/logging/logging_defines.h#newcode20 media/cast/logging/logging_defines.h:20: kUnknown, should also be ...
7 years, 1 month ago (2013-11-22 21:33:18 UTC) #2
pwestin
Fixed nits https://codereview.chromium.org/83903002/diff/80001/media/cast/logging/logging_defines.h File media/cast/logging/logging_defines.h (right): https://codereview.chromium.org/83903002/diff/80001/media/cast/logging/logging_defines.h#newcode20 media/cast/logging/logging_defines.h:20: kUnknown, On 2013/11/22 21:33:18, mikhal wrote: > ...
7 years, 1 month ago (2013-11-22 22:50:32 UTC) #3
pwestin
added mikhal @ chromium
7 years, 1 month ago (2013-11-22 22:54:07 UTC) #4
mikhal1
lgtm
7 years, 1 month ago (2013-11-22 22:55:48 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/83903002/150001
7 years, 1 month ago (2013-11-22 22:56:47 UTC) #6
commit-bot: I haz the power
Failed to apply patch for media/cast/logging/logging_defines.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-11-22 22:56:54 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pwestin@google.com/83903002/220001
7 years, 1 month ago (2013-11-23 00:12:03 UTC) #8
commit-bot: I haz the power
7 years, 1 month ago (2013-11-23 01:59:06 UTC) #9
Message was sent while issue was closed.
Change committed as 236920

Powered by Google App Engine
This is Rietveld 408576698