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

Unified Diff: media/base/pipeline.h

Issue 10855041: Remove Pipeline::kEnded state as it is redundant with Pipeline::kStarted. (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
Index: media/base/pipeline.h
diff --git a/media/base/pipeline.h b/media/base/pipeline.h
index 1d50f04e6495d49fb64c2f9742d04970905eadba..9dfbf556224b56ca1f3844a93290edfd5a9c3ecf 100644
--- a/media/base/pipeline.h
+++ b/media/base/pipeline.h
@@ -80,9 +80,6 @@ class MEDIA_EXPORT PipelineStatusNotification {
// | |
// V Seek()/Stop() |
// [ Started ] -------------------------> [ Pausing (for each filter) ]
-// | ^
-// | OnRendererEnded() Seek()/Stop() |
-// `-------------> [ Ended ] ---------------------'
// ^ SetError()
// |
// [ Any State Other Than InitXXX ]
@@ -246,7 +243,6 @@ class MEDIA_EXPORT Pipeline
kFlushing,
kStarting,
kStarted,
- kEnded,
kStopping,
kStopped,
kError,
« no previous file with comments | « media/base/media_log.cc ('k') | media/base/pipeline.cc » ('j') | media/base/pipeline.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698