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 23467003: Added framer to cast. (Closed)

Created:
7 years, 3 months ago by pwestin
Modified:
7 years, 3 months 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@rtcp
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 100

Patch Set 2 : Addressed comments #

Total comments: 4

Patch Set 3 : Fixed nits #

Patch Set 4 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1977 lines, -20 lines) Patch
M media/cast/cast.gyp View 1 2 3 2 chunks +6 lines, -3 lines 0 comments Download
M media/cast/cast_receiver.gyp View 1 1 chunk +2 lines, -1 line 0 comments Download
A media/cast/framer/cast_message_builder.h View 1 1 chunk +73 lines, -0 lines 0 comments Download
A media/cast/framer/cast_message_builder.cc View 1 1 chunk +193 lines, -0 lines 0 comments Download
A media/cast/framer/cast_message_builder_unittest.cc View 1 1 chunk +513 lines, -0 lines 0 comments Download
A media/cast/framer/frame_buffer.h View 1 chunk +54 lines, -0 lines 0 comments Download
A media/cast/framer/frame_buffer.cc View 1 1 chunk +103 lines, -0 lines 0 comments Download
A media/cast/framer/frame_buffer_unittest.cc View 1 chunk +88 lines, -0 lines 0 comments Download
A media/cast/framer/frame_id_map.h View 1 1 chunk +93 lines, -0 lines 0 comments Download
A media/cast/framer/frame_id_map.cc View 1 2 1 chunk +252 lines, -0 lines 0 comments Download
A media/cast/framer/framer.h View 1 1 chunk +84 lines, -0 lines 0 comments Download
A media/cast/framer/framer.cc View 1 2 1 chunk +146 lines, -0 lines 0 comments Download
A + media/cast/framer/framer.gyp View 1 2 3 1 chunk +11 lines, -9 lines 0 comments Download
A media/cast/framer/framer_unittest.cc View 1 chunk +351 lines, -0 lines 0 comments Download
M media/cast/rtcp/rtcp_defines.h View 1 3 chunks +4 lines, -2 lines 0 comments Download
M media/cast/rtp_common/mock_rtp_payload_feedback.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/cast/rtp_common/rtp_defines.h View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
pwestin
Please review
7 years, 3 months ago (2013-08-27 22:02:17 UTC) #1
Alpha Left Google
https://chromiumcodereview.appspot.com/23467003/diff/1/media/cast/cast_defines.h File media/cast/cast_defines.h (right): https://chromiumcodereview.appspot.com/23467003/diff/1/media/cast/cast_defines.h#newcode38 media/cast/cast_defines.h:38: template <class Collection> Is this being used? I can't ...
7 years, 3 months ago (2013-08-28 00:27:31 UTC) #2
pwestin
PTAL https://codereview.chromium.org/23467003/diff/1/media/cast/cast_defines.h File media/cast/cast_defines.h (right): https://codereview.chromium.org/23467003/diff/1/media/cast/cast_defines.h#newcode38 media/cast/cast_defines.h:38: template <class Collection> On 2013/08/28 00:27:31, Alpha wrote: ...
7 years, 3 months ago (2013-08-28 16:40:43 UTC) #3
Alpha Left Google
LGTM after two comments. https://codereview.chromium.org/23467003/diff/14001/media/cast/framer/frame_id_map.cc File media/cast/framer/frame_id_map.cc (right): https://codereview.chromium.org/23467003/diff/14001/media/cast/framer/frame_id_map.cc#newcode92 media/cast/framer/frame_id_map.cc:92: FrameInfo* frame_info = new FrameInfo(frame_id, ...
7 years, 3 months ago (2013-08-28 19:13:48 UTC) #4
pwestin
Done https://codereview.chromium.org/23467003/diff/14001/media/cast/framer/frame_id_map.cc File media/cast/framer/frame_id_map.cc (right): https://codereview.chromium.org/23467003/diff/14001/media/cast/framer/frame_id_map.cc#newcode92 media/cast/framer/frame_id_map.cc:92: FrameInfo* frame_info = new FrameInfo(frame_id, On 2013/08/28 19:13:48, ...
7 years, 3 months ago (2013-08-28 20:37:21 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/23467003/19001
7 years, 3 months ago (2013-08-29 23:35:50 UTC) #6
commit-bot: I haz the power
Failed to apply patch for media/cast/cast.gyp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 3 months ago (2013-08-29 23:35:57 UTC) #7
Alpha Left Google
looks like you need to merge.
7 years, 3 months ago (2013-08-29 23:36:35 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/23467003/26001
7 years, 3 months ago (2013-08-30 00:13:40 UTC) #9
commit-bot: I haz the power
7 years, 3 months ago (2013-08-30 02:54:06 UTC) #10
Message was sent while issue was closed.
Change committed as 220490

Powered by Google App Engine
This is Rietveld 408576698