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

Issue 10535153: Added files for audio writers. (Closed)

Created:
8 years, 6 months ago by kxing
Modified:
8 years, 6 months ago
Reviewers:
Sergey Ulanov, Wez, garykac
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Added files for audio writers. The structure of AudioWriter and ProtobufAudioWriter are similar to their video counterparts. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142297

Patch Set 1 #

Patch Set 2 : Removed unintended changes #

Patch Set 3 : Fixed a small style issue #

Total comments: 10

Patch Set 4 : Squashed ProtobufAudioWriter into AudioWriter #

Total comments: 4

Patch Set 5 : Small cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -14 lines) Patch
M remoting/base/constants.h View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/base/constants.cc View 1 chunk +1 line, -0 lines 0 comments Download
A remoting/protocol/audio_writer.h View 1 2 3 4 1 chunk +71 lines, -0 lines 0 comments Download
A + remoting/protocol/audio_writer.cc View 1 2 3 2 chunks +17 lines, -14 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
kxing
8 years, 6 months ago (2012-06-13 18:52:44 UTC) #1
kxing
Ping
8 years, 6 months ago (2012-06-14 17:25:40 UTC) #2
garykac
lgtm http://codereview.chromium.org/10535153/diff/3008/remoting/protocol/protobuf_audio_writer.h File remoting/protocol/protobuf_audio_writer.h (right): http://codereview.chromium.org/10535153/diff/3008/remoting/protocol/protobuf_audio_writer.h#newcode47 remoting/protocol/protobuf_audio_writer.h:47: // TODO(kxing): Remove |channel_| and let |buffered_writer_| own ...
8 years, 6 months ago (2012-06-14 17:50:02 UTC) #3
Sergey Ulanov
http://codereview.chromium.org/10535153/diff/3008/remoting/protocol/audio_writer.cc File remoting/protocol/audio_writer.cc (right): http://codereview.chromium.org/10535153/diff/3008/remoting/protocol/audio_writer.cc#newcode17 remoting/protocol/audio_writer.cc:17: // TODO(kxing) make this correct nit: should be formatted ...
8 years, 6 months ago (2012-06-14 17:53:16 UTC) #4
kxing
http://codereview.chromium.org/10535153/diff/3008/remoting/protocol/audio_writer.cc File remoting/protocol/audio_writer.cc (right): http://codereview.chromium.org/10535153/diff/3008/remoting/protocol/audio_writer.cc#newcode17 remoting/protocol/audio_writer.cc:17: // TODO(kxing) make this correct Sorry, I meant for ...
8 years, 6 months ago (2012-06-14 22:30:42 UTC) #5
Sergey Ulanov
LGTM after my nits are addressed http://codereview.chromium.org/10535153/diff/8002/remoting/protocol/audio_writer.h File remoting/protocol/audio_writer.h (right): http://codereview.chromium.org/10535153/diff/8002/remoting/protocol/audio_writer.h#newcode5 remoting/protocol/audio_writer.h:5: // AudioWriter is ...
8 years, 6 months ago (2012-06-14 23:30:16 UTC) #6
kxing
http://codereview.chromium.org/10535153/diff/8002/remoting/protocol/audio_writer.h File remoting/protocol/audio_writer.h (right): http://codereview.chromium.org/10535153/diff/8002/remoting/protocol/audio_writer.h#newcode5 remoting/protocol/audio_writer.h:5: // AudioWriter is a generic interface used by ConnectionToClient ...
8 years, 6 months ago (2012-06-14 23:45:15 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kxing@chromium.org/10535153/7003
8 years, 6 months ago (2012-06-14 23:46:33 UTC) #8
commit-bot: I haz the power
8 years, 6 months ago (2012-06-15 00:58:39 UTC) #9
Change committed as 142297

Powered by Google App Engine
This is Rietveld 408576698