| Index: media/base/filter_host.h
|
| diff --git a/media/base/filter_host.h b/media/base/filter_host.h
|
| index 17e7631320c31f5d82b89edca7b30beb6df99eb1..02ae39930094bff485d67fb451ac725a3a1e7639 100644
|
| --- a/media/base/filter_host.h
|
| +++ b/media/base/filter_host.h
|
| @@ -57,6 +57,10 @@ class FilterHost {
|
| // Sets the flag to indicate that we are doing streaming.
|
| virtual void SetStreaming(bool streaming) = 0;
|
|
|
| + // Notifies that this filter has ended, typically only called by filter graph
|
| + // endpoints such as renderers.
|
| + virtual void NotifyEnded() = 0;
|
| +
|
| // Broadcast a message of type |message| to all other filters from |source|.
|
| virtual void BroadcastMessage(FilterMessage message) = 0;
|
|
|
|
|