summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/base/pipeline_impl.h')
-rw-r--r--media/base/pipeline_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/media/base/pipeline_impl.h b/media/base/pipeline_impl.h
index 9a217fd..09d4950 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_;