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

Issue 519443002: Cast: merge InsertCoded{Audio,Video}Frame into InsertFrame (Closed)

Created:
6 years, 3 months ago by hubbe
Modified:
6 years, 3 months ago
Reviewers:
Tom Sepez, miu
CC:
chromium-reviews, hclam+watch_chromium.org, cbentzel+watch_chromium.org, imcheng+watch_chromium.org, feature-media-reviews_chromium.org, hguihot+watch_chromium.org, jasonroberts+watch_google.com, avayvod+watch_chromium.org, mcasas+watch_chromium.org, pwestin+watch_google.com, posciak+watch_chromium.org, miu+watch_chromium.org, wjia+watch_chromium.org, hubbe+watch_chromium.org, mikhal+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Cast: merge InsertCoded{Audio,Video}Frame into InsertFrame Minor cleanup cl. Committed: https://crrev.com/2a5280a3431a4110871bfe6427993ffff635da59 Cr-Commit-Position: refs/heads/master@{#293367}

Patch Set 1 #

Total comments: 6

Patch Set 2 : comments addressed #

Patch Set 3 : merged #

Patch Set 4 : missed updating a file #

Patch Set 5 : merge #

Patch Set 6 : one more missing test file fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -89 lines) Patch
M chrome/browser/media/cast_transport_host_filter.h View 1 chunk +3 lines, -5 lines 0 comments Download
M chrome/browser/media/cast_transport_host_filter.cc View 1 2 chunks +6 lines, -23 lines 0 comments Download
M chrome/browser/media/cast_transport_host_filter_unittest.cc View 1 2 3 4 5 2 chunks +4 lines, -6 lines 0 comments Download
M chrome/common/cast_messages.h View 1 chunk +4 lines, -8 lines 0 comments Download
M chrome/renderer/media/cast_transport_sender_ipc.h View 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/renderer/media/cast_transport_sender_ipc.cc View 1 chunk +3 lines, -8 lines 0 comments Download
M media/cast/net/cast_transport_sender.h View 1 1 chunk +3 lines, -5 lines 0 comments Download
M media/cast/net/cast_transport_sender_impl.h View 1 chunk +1 line, -2 lines 0 comments Download
M media/cast/net/cast_transport_sender_impl.cc View 1 chunk +9 lines, -10 lines 0 comments Download
M media/cast/net/cast_transport_sender_impl_unittest.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M media/cast/sender/audio_sender.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/cast/sender/video_sender.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/cast/test/cast_benchmarks.cc View 1 2 3 3 chunks +11 lines, -10 lines 0 comments Download

Messages

Total messages: 21 (3 generated)
hubbe
hubbe@chromium.org changed reviewers: + miu@chromium.org
6 years, 3 months ago (2014-08-28 19:18:22 UTC) #1
hubbe
6 years, 3 months ago (2014-08-28 19:18:23 UTC) #2
miu
lgtm % minor things: https://codereview.chromium.org/519443002/diff/1/chrome/browser/media/cast_transport_host_filter.cc File chrome/browser/media/cast_transport_host_filter.cc (right): https://codereview.chromium.org/519443002/diff/1/chrome/browser/media/cast_transport_host_filter.cc#newcode182 chrome/browser/media/cast_transport_host_filter.cc:182: << "CastTransportHostFilter::OnInsertCodedAudioFrame " s/OnInsertCodedAudioFrame/OnInsertFrame/ https://codereview.chromium.org/519443002/diff/1/chrome/common/cast_messages.h ...
6 years, 3 months ago (2014-08-28 20:45:29 UTC) #3
hubbe
https://codereview.chromium.org/519443002/diff/1/chrome/browser/media/cast_transport_host_filter.cc File chrome/browser/media/cast_transport_host_filter.cc (right): https://codereview.chromium.org/519443002/diff/1/chrome/browser/media/cast_transport_host_filter.cc#newcode182 chrome/browser/media/cast_transport_host_filter.cc:182: << "CastTransportHostFilter::OnInsertCodedAudioFrame " On 2014/08/28 20:45:29, miu wrote: > ...
6 years, 3 months ago (2014-08-28 22:20:56 UTC) #4
hubbe
hubbe@chromium.org changed reviewers: + tsepez@chromium.org
6 years, 3 months ago (2014-08-28 22:21:58 UTC) #5
hubbe
+tsepez for messages security review
6 years, 3 months ago (2014-08-28 22:21:58 UTC) #6
Tom Sepez
Messages LGTM.
6 years, 3 months ago (2014-08-28 22:26:09 UTC) #7
hubbe
The CQ bit was checked by hubbe@chromium.org
6 years, 3 months ago (2014-08-29 02:51:09 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hubbe@chromium.org/519443002/20001
6 years, 3 months ago (2014-08-29 02:52:00 UTC) #9
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, 3 months ago (2014-08-29 03:09:20 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-29 03:10:36 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/10304)
6 years, 3 months ago (2014-08-29 03:10:38 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hubbe@chromium.org/519443002/40001
6 years, 3 months ago (2014-08-29 17:48:59 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_arm64_dbg_recipe on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-29 18:40:30 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg/builds/10906)
6 years, 3 months ago (2014-08-29 18:46:06 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hubbe@chromium.org/519443002/100001
6 years, 3 months ago (2014-09-04 22:25:02 UTC) #19
commit-bot: I haz the power
Committed patchset #6 (id:100001) as 76302947eaaa2b970c19886cdbb11b239086b4f1
6 years, 3 months ago (2014-09-04 23:05:41 UTC) #20
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:33:44 UTC) #21
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/2a5280a3431a4110871bfe6427993ffff635da59
Cr-Commit-Position: refs/heads/master@{#293367}

Powered by Google App Engine
This is Rietveld 408576698