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

Unified Diff: media/base/media_log_event.h

Issue 10834236: Replace Pipeline::kEnded state and HasEnded() methods with renderer-specific bools. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Created 8 years, 4 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/base/media_log.cc ('k') | media/base/mock_filters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_log_event.h
diff --git a/media/base/media_log_event.h b/media/base/media_log_event.h
index d8246c14f0a7a1c168e1b563dfe3d28d9abdccec..4424b6849a8d858bd5dd948f97fe4b32df84e722 100644
--- a/media/base/media_log_event.h
+++ b/media/base/media_log_event.h
@@ -55,9 +55,9 @@ struct MediaLogEvent {
TOTAL_BYTES_SET,
NETWORK_ACTIVITY_SET,
- // Playback has ended.
- // params: none.
- ENDED,
+ // Audio/Video stream playback has ended.
+ AUDIO_ENDED,
+ VIDEO_ENDED,
// The audio renderer has been disabled.
// params: none.
« no previous file with comments | « media/base/media_log.cc ('k') | media/base/mock_filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698