| Index: media/base/filter_collection.h
|
| diff --git a/media/base/filter_collection.h b/media/base/filter_collection.h
|
| index 97e723297880e28cd3901cd3fee8a833c8d4ea96..edf6b29efeb33b951a02cf7641d3154e29331b65 100644
|
| --- a/media/base/filter_collection.h
|
| +++ b/media/base/filter_collection.h
|
| @@ -40,6 +40,7 @@ class MEDIA_EXPORT FilterCollection {
|
| // Selects a filter of the specified type from the collection.
|
| // If the required filter cannot be found, NULL is returned.
|
| // If a filter is returned it is removed from the collection.
|
| + // Filters are selected in FIFO order.
|
| void SelectVideoDecoder(scoped_refptr<VideoDecoder>* filter_out);
|
| void SelectAudioDecoder(scoped_refptr<AudioDecoder>* filter_out);
|
| void SelectVideoRenderer(scoped_refptr<VideoRenderer>* filter_out);
|
|
|