|
|
Chromium Code Reviews
DescriptionEnable OPUS and VP9 codecs on Android for Clear Key key system
Code in MimeUtil::IsCodecSupportedOnPlatform() now does the correct
check to determine if OPUS or VP9 is supported on the platform, so
the old code that disabled those codecs on Android is no longer needed.
BUG=652896
Committed: https://crrev.com/7b3840dcaad1e52f50053230327259eeb26eba89
Cr-Commit-Position: refs/heads/master@{#423428}
Patch Set 1 #
Messages
Total messages: 16 (7 generated)
jrummell@chromium.org changed reviewers: + ddorwin@chromium.org, xhwang@chromium.org
PTAL
Description nits: * Please make it clear that this corrects the behavior by removing code that is no longer necessary since we have real checks in mime_util. Fixing the test is a byproduct (although the reason we discovered this). * Please use "Clear Key". LGTM
Description was changed from ========== Enable OPUS and VP9 codecs on Android for ClearKey key system Code in MimeUtil::IsCodecSupportedOnPlatform() now does a proper check to determine if OPUS or VP9 is supported on the platform, so let ClearKey appear to support it. BUG=652896 ========== to ========== Enable OPUS and VP9 codecs on Android for Clear Key key system Code in MimeUtil::IsCodecSupportedOnPlatform() now does the correct check to determine if OPUS or VP9 is supported on the platform, so the old code that disabled those codecs on Android is no longer needed. BUG=652896 ==========
The CQ bit was checked by jrummell@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_...)
The CQ bit was checked by ddorwin@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Enable OPUS and VP9 codecs on Android for Clear Key key system Code in MimeUtil::IsCodecSupportedOnPlatform() now does the correct check to determine if OPUS or VP9 is supported on the platform, so the old code that disabled those codecs on Android is no longer needed. BUG=652896 ========== to ========== Enable OPUS and VP9 codecs on Android for Clear Key key system Code in MimeUtil::IsCodecSupportedOnPlatform() now does the correct check to determine if OPUS or VP9 is supported on the platform, so the old code that disabled those codecs on Android is no longer needed. BUG=652896 ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== Enable OPUS and VP9 codecs on Android for Clear Key key system Code in MimeUtil::IsCodecSupportedOnPlatform() now does the correct check to determine if OPUS or VP9 is supported on the platform, so the old code that disabled those codecs on Android is no longer needed. BUG=652896 ========== to ========== Enable OPUS and VP9 codecs on Android for Clear Key key system Code in MimeUtil::IsCodecSupportedOnPlatform() now does the correct check to determine if OPUS or VP9 is supported on the platform, so the old code that disabled those codecs on Android is no longer needed. BUG=652896 Committed: https://crrev.com/7b3840dcaad1e52f50053230327259eeb26eba89 Cr-Commit-Position: refs/heads/master@{#423428} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/7b3840dcaad1e52f50053230327259eeb26eba89 Cr-Commit-Position: refs/heads/master@{#423428}
Message was sent while issue was closed.
This also fixes https://bugs.chromium.org/p/chromium/issues/detail?id=586629
Message was sent while issue was closed.
On 2016/10/07 07:08:00, xhwang wrote: > This also fixes https://bugs.chromium.org/p/chromium/issues/detail?id=586629 Quick question, where do we check MimeUtil::IsCodecSupportedOnPlatform() to check whether we support vp9? If it because of this comment? https://cs.chromium.org/chromium/src/media/base/mime_util_internal.cc?rcl=0&l... Also, what if we have kReportVp9AsAnUnsupportedMimeType specified? Maybe we don't care? https://cs.chromium.org/chromium/src/media/base/mime_util_internal.cc?rcl=0&l... |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
