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

Unified Diff: media/cast/logging/logging_defines.h

Issue 225023010: [Cast] Refactor/clean-up VideoReceiver to match AudioReceiver as closely as possible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cast/cast_receiver_impl.cc ('k') | media/cast/test/encode_decode_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/logging/logging_defines.h
diff --git a/media/cast/logging/logging_defines.h b/media/cast/logging/logging_defines.h
index 02eeec7828b52ddb0088c8e12f10d09c2cac2c99..348034558b93923bcdbe45f64d8de6c1e8857b54 100644
--- a/media/cast/logging/logging_defines.h
+++ b/media/cast/logging/logging_defines.h
@@ -35,8 +35,8 @@ enum CastLoggingEvent {
kAudioFrameCaptured,
kAudioFrameEncoded,
// Audio receiver.
- kAudioPlayoutDelay,
kAudioFrameDecoded,
+ kAudioPlayoutDelay,
// Video sender.
kVideoFrameCaptured,
kVideoFrameReceived,
« no previous file with comments | « media/cast/cast_receiver_impl.cc ('k') | media/cast/test/encode_decode_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698