| Index: media/base/pipeline_impl.h
|
| ===================================================================
|
| --- media/base/pipeline_impl.h (revision 67852)
|
| +++ media/base/pipeline_impl.h (working copy)
|
| @@ -234,7 +234,7 @@
|
|
|
| // PrepareFilter() creates the filter's thread and injects a FilterHost and
|
| // MessageLoop.
|
| - void PrepareFilter(scoped_refptr<MediaFilter> filter);
|
| + bool PrepareFilter(scoped_refptr<MediaFilter> filter);
|
|
|
| // The following initialize methods are used to select a specific type of
|
| // MediaFilter object from MediaFilterCollection and initialize it
|
|
|