Index: media/base/filter_collection.h |
=================================================================== |
--- media/base/filter_collection.h (revision 113907) |
+++ media/base/filter_collection.h (working copy) |
@@ -40,7 +40,6 @@ |
// 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); |
Property changes on: media/base/filter_collection.h |
___________________________________________________________________ |
Added: svn:mergeinfo |