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

Unified Diff: media/renderers/renderer_impl.h

Issue 2570773002: Fix crash when pipeline is stopped while video restart is pending (Closed)
Patch Set: Added comments + addressed CR feedback Created 4 years 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 | « no previous file | media/renderers/renderer_impl.cc » ('j') | media/renderers/renderer_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/renderers/renderer_impl.h
diff --git a/media/renderers/renderer_impl.h b/media/renderers/renderer_impl.h
index 07ea2241cfb145ede0b0a233e3adc779bdcf1a23..e117314ecfa2bd184b70d77d7aee869a6a0c4e90 100644
--- a/media/renderers/renderer_impl.h
+++ b/media/renderers/renderer_impl.h
@@ -83,6 +83,7 @@ class MEDIA_EXPORT RendererImpl : public Renderer {
STATE_INITIALIZING, // Initializing audio/video renderers.
STATE_FLUSHING,
STATE_PLAYING,
+ STATE_SHUTDOWN,
STATE_ERROR
};
« no previous file with comments | « no previous file | media/renderers/renderer_impl.cc » ('j') | media/renderers/renderer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698