Index: media/base/pipeline_impl.h |
diff --git a/media/base/pipeline_impl.h b/media/base/pipeline_impl.h |
index 9a217fd80a270335a185880cbb96be845a105804..09d4950f88a4c374c78436a189eaaf5ef7e4bbaa 100644 |
--- a/media/base/pipeline_impl.h |
+++ b/media/base/pipeline_impl.h |
@@ -126,9 +126,6 @@ class PipelineImpl : public Pipeline, public FilterHost { |
// Simple method used to make sure the pipeline is running normally. |
bool IsPipelineOk(); |
- // Helper method to tell whether we are in the state of initializing. |
- bool IsPipelineInitializing(); |
- |
// Helper method to tell whether we are stopped or in error. |
bool IsPipelineStopped(); |
@@ -294,6 +291,9 @@ class PipelineImpl : public Pipeline, public FilterHost { |
// Whether or not the pipeline is perform a stop operation. |
bool tearing_down_; |
+ // Whether or not an error triggered the teardown. |
+ bool error_caused_teardown_; |
+ |
// Duration of the media in microseconds. Set by filters. |
base::TimeDelta duration_; |