| Index: media/base/media.h
|
| diff --git a/media/base/media.h b/media/base/media.h
|
| index 7dd8765b5d96b3122a0502c44d208f05e8beedf2..f6a53f4b1b9ca7b62aa4568c4b790eb15ceaab7f 100644
|
| --- a/media/base/media.h
|
| +++ b/media/base/media.h
|
| @@ -27,20 +27,6 @@ MEDIA_EXPORT bool HasPlatformDecoderSupport();
|
| // Indicates if the platform supports Opus. Determined *ONLY* by the platform
|
| // version, so does not guarantee that either can actually be played.
|
| MEDIA_EXPORT bool PlatformHasOpusSupport();
|
| -
|
| -// Returns true if the unified media pipeline is enabled; the pipeline may still
|
| -// not work for all codecs if HasPlatformDecoderSupport() is false. Please see
|
| -// MimeUtil for an exhaustive listing of supported codecs.
|
| -//
|
| -// TODO(dalecurtis): These methods are temporary and should be removed once the
|
| -// unified media pipeline is supported everywhere. http://crbug.com/580626.
|
| -MEDIA_EXPORT bool IsUnifiedMediaPipelineEnabled();
|
| -
|
| -// Returns whether the platform decoders are available for use.
|
| -// This includes decoders being available on the platform and accessible, such
|
| -// as via the GPU process. Should only be used for actual decoders
|
| -// (e.g. MediaCodec) and not full-featured players (e.g. MediaPlayer).
|
| -MEDIA_EXPORT bool ArePlatformDecodersAvailable();
|
| #endif
|
|
|
| } // namespace media
|
|
|