| Index: media/base/pipeline.h
|
| diff --git a/media/base/pipeline.h b/media/base/pipeline.h
|
| index 4b78eb7ece1d7436052b06b208d4a79333946f86..d3af4eeaeb9bdb61c7472cff92b6e78d893b1a70 100644
|
| --- a/media/base/pipeline.h
|
| +++ b/media/base/pipeline.h
|
| @@ -76,7 +76,7 @@ typedef base::Callback<void(PipelineMetadata)> PipelineMetadataCB;
|
| // If any error ever happens, this object will transition to the "Error" state
|
| // from any state. If Stop() is ever called, this object will transition to
|
| // "Stopped" state.
|
| -class MEDIA_EXPORT Pipeline : public DemuxerHost {
|
| +class MEDIA_EXPORT Pipeline : public DataSourceHost, public DemuxerHost {
|
| public:
|
| // Constructs a media pipeline that will execute on |task_runner|.
|
| Pipeline(const scoped_refptr<base::SingleThreadTaskRunner>& task_runner,
|
|
|