Source release v2.1.6-0-824 + third_party libs
Change-Id: If190f81154326aa7dc22d66009687f389146ddfd
This commit is contained in:
@@ -1,14 +1,29 @@
|
||||
README.upgrading for Widevine CDM Partner Kit v2.1
|
||||
Date: 7/07/2014
|
||||
Date: 7/10/2014
|
||||
|
||||
This document provides details on important changes between versions of the
|
||||
Widevine CDM. Some upgrades may require you to make changes to your
|
||||
application, so please read carefully.
|
||||
Widevine CDM. Some upgrades require you to make changes to your application,
|
||||
so please read carefully.
|
||||
|
||||
NOTE: All gyp variables have default values in platforms/global_config.gypi.
|
||||
You may override these defaults in your platform-specific gypi.
|
||||
|
||||
|
||||
New in v2.1.6:
|
||||
=====
|
||||
The following methods have been removed from the CDM interface (class
|
||||
ContentDecryptionModule):
|
||||
* CancelKeyRequest
|
||||
|
||||
The following methods have been added to the CDM interface (class
|
||||
ContentDecryptionModule):
|
||||
* CloseSession
|
||||
|
||||
Previous versions of the CDM did not dispatch key errors (Host::SendKeyError)
|
||||
on failure. This has been fixed. If you added workarounds to your Host,
|
||||
please remove them to avoid duplicate key errors.
|
||||
|
||||
|
||||
New in v2.1.5:
|
||||
=====
|
||||
New gyp variables have been introduced to make the build more configurable:
|
||||
@@ -27,7 +42,7 @@ New gyp variables have been introduced to make the build more configurable:
|
||||
|
||||
The CDM interface (class ContentDecryptionModule) has been simplified.
|
||||
The following methods have been removed:
|
||||
* InitializeAudioDecoder()
|
||||
* InitializeAudioDecoder
|
||||
* InitializeVideoDecoder
|
||||
* DeinitializeDecoder
|
||||
* ResetDecoder
|
||||
|
||||
Reference in New Issue
Block a user