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

Issue 162103002: Cast: Added a EncodingEventSubscriber to cast sender app. (Closed)

Created:
6 years, 10 months ago by imcheng
Modified:
6 years, 10 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, mikhal+watch_chromium.org, hguihot+watch_chromium.org, jasonroberts+watch_google.com, pwestin+watch_google.com, feature-media-reviews_chromium.org, hubbe+watch_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@encoding-event-subscriber
Visibility:
Public.

Description

Cast: Added a EncodingEventSubscriber to cast sender app. - Logs encoded uncompressed raw events for the first X seconds to a file path Y, where X and Y can be specified by the user. - Also outputs some basic stats. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251972

Patch Set 1 : #

Total comments: 20

Patch Set 2 : Addressed Alpha's comments and rebase #

Patch Set 3 : Enable logging on receiver, change default log time value #

Patch Set 4 : Removed DEPS changes, don't need to use google::protobuf classes #

Patch Set 5 : Rebase and fix compile #

Patch Set 6 : minor fixes #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -5 lines) Patch
M media/cast/cast.gyp View 1 5 2 chunks +4 lines, -0 lines 0 comments Download
M media/cast/test/receiver.cc View 1 2 2 chunks +6 lines, -3 lines 0 comments Download
M media/cast/test/sender.cc View 1 2 3 4 5 8 chunks +172 lines, -2 lines 1 comment Download

Messages

Total messages: 11 (0 generated)
imcheng
Note on DEPS: Since I am adding a dependency on protobufs here, I am thinking ...
6 years, 10 months ago (2014-02-13 00:56:20 UTC) #1
Alpha Left Google
https://codereview.chromium.org/162103002/diff/170001/media/cast/DEPS File media/cast/DEPS (right): https://codereview.chromium.org/162103002/diff/170001/media/cast/DEPS#newcode8 media/cast/DEPS:8: "+google/protobuf", nit: order. https://codereview.chromium.org/162103002/diff/170001/media/cast/test/sender.cc File media/cast/test/sender.cc (right): https://codereview.chromium.org/162103002/diff/170001/media/cast/test/sender.cc#newcode103 media/cast/test/sender.cc:103: ...
6 years, 10 months ago (2014-02-13 20:30:58 UTC) #2
imcheng
Adding darin@ for DEPS. The only DEPS added are +google/protobuf and +third_party/protobuf/src/google/protobuf. https://codereview.chromium.org/162103002/diff/170001/media/cast/DEPS File media/cast/DEPS ...
6 years, 10 months ago (2014-02-13 21:49:26 UTC) #3
imcheng
-darin from reviewer list, I changed the code so that it no longer requires the ...
6 years, 10 months ago (2014-02-18 20:39:25 UTC) #4
Alpha Left Google
LGTM.
6 years, 10 months ago (2014-02-18 21:52:01 UTC) #5
imcheng
The CQ bit was checked by imcheng@chromium.org
6 years, 10 months ago (2014-02-19 01:10:11 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/imcheng@chromium.org/162103002/540001
6 years, 10 months ago (2014-02-19 01:10:51 UTC) #7
commit-bot: I haz the power
Change committed as 251972
6 years, 10 months ago (2014-02-19 06:35:41 UTC) #8
Lei Zhang
https://codereview.chromium.org/162103002/diff/540001/media/cast/test/sender.cc File media/cast/test/sender.cc (right): https://codereview.chromium.org/162103002/diff/540001/media/cast/test/sender.cc#newcode405 media/cast/test/sender.cc:405: printf("Video frame map size: %lu\n", frame_events.size()); Why are we ...
6 years, 10 months ago (2014-02-19 06:51:18 UTC) #9
Lei Zhang
On 2014/02/19 06:51:18, Lei Zhang wrote: > https://codereview.chromium.org/162103002/diff/540001/media/cast/test/sender.cc > File media/cast/test/sender.cc (right): > > https://codereview.chromium.org/162103002/diff/540001/media/cast/test/sender.cc#newcode405 ...
6 years, 10 months ago (2014-02-19 06:51:49 UTC) #10
Lei Zhang
6 years, 10 months ago (2014-02-19 06:52:20 UTC) #11
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/170283009/ by thestig@chromium.org.

The reason for reverting is: Broke 32 bit bots, printf() usage is non-portable..

Powered by Google App Engine
This is Rietveld 408576698