| Index: media/base/video_decoder.h
|
| diff --git a/media/base/video_decoder.h b/media/base/video_decoder.h
|
| index 95fd7fc3edd9f08a81a881c1a36e89a0c784c6f9..30d4ddf8713a0c41815073d26952beb543d6a7d5 100644
|
| --- a/media/base/video_decoder.h
|
| +++ b/media/base/video_decoder.h
|
| @@ -44,7 +44,10 @@ class MEDIA_EXPORT VideoDecoder {
|
| // depends on |this|.
|
| virtual ~VideoDecoder();
|
|
|
| - // Returns the name of the decoder for logging purpose.
|
| + // Returns the name of the decoder for logging and decoder selection purposes.
|
| + // This name should be available immediately after construction (e.g. before
|
| + // Initialize() is called). It should also be stable in the sense that the
|
| + // name does not change across multiple constructions.
|
| virtual std::string GetDisplayName() const = 0;
|
|
|
| // Initializes a VideoDecoder with the given |config|, executing the
|
|
|