New issue
Advanced search Search tips

Issue 599759 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

MediaDrmBridge: Set Widevine specific properties only when Widevine is used.

Project Member Reported by xhw...@chromium.org, Apr 1 2016

Issue description

Properties like "privacyMode" and "sessionSharing" are Widevine specific. In MediaDrmBridge.java, we should not set them when other SchemeUUID is used.

 
In the future, we should find a better way to separate scheme dependent features from the common implementation.
Project Member

Comment 2 by bugdroid1@chromium.org, Apr 1 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/aff41b52d83b10d4bf605559b8cdf6a5058cf306

commit aff41b52d83b10d4bf605559b8cdf6a5058cf306
Author: xhwang <xhwang@chromium.org>
Date: Fri Apr 01 19:08:20 2016

media: Only set property for Widevine in MediaDrmBridge

These properties are Widevine specific.

BUG= 599759 

Review URL: https://codereview.chromium.org/1852643004

Cr-Commit-Position: refs/heads/master@{#384654}

[modify] https://crrev.com/aff41b52d83b10d4bf605559b8cdf6a5058cf306/media/base/android/java/src/org/chromium/media/MediaDrmBridge.java

Status: Fixed (was: Started)

Sign in to add a comment