Source release 14.1.1
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
[TOC]
|
[TOC]
|
||||||
|
|
||||||
|
## 14.1.1 (2018-07-25)
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- A crash that could occur in CdmSession when destroying a CDM instance has
|
||||||
|
been fixed.
|
||||||
|
|
||||||
## 14.1.0 (2018-06-29)
|
## 14.1.0 (2018-06-29)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Widevine CE CDM 14.1.0
|
# Widevine CE CDM 14.1.1
|
||||||
|
|
||||||
Released 2018-06-29
|
Released 2018-07-25
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
// Widevine CE CDM Version
|
// Widevine CE CDM Version
|
||||||
#define CDM_VERSION "14.1.0"
|
#define CDM_VERSION "14.1.1"
|
||||||
#define EME_VERSION "https://www.w3.org/TR/2017/REC-encrypted-media-20170918"
|
#define EME_VERSION "https://www.w3.org/TR/2017/REC-encrypted-media-20170918"
|
||||||
|
|||||||
@@ -242,10 +242,10 @@ class CdmImpl : public Cdm,
|
|||||||
|
|
||||||
IEventListener* listener_;
|
IEventListener* listener_;
|
||||||
bool policy_timer_enabled_;
|
bool policy_timer_enabled_;
|
||||||
|
PropertySet property_set_;
|
||||||
|
|
||||||
FileSystem file_system_;
|
FileSystem file_system_;
|
||||||
CdmEngine cdm_engine_;
|
CdmEngine cdm_engine_;
|
||||||
PropertySet property_set_;
|
|
||||||
CdmAppParameterMap app_parameters_;
|
CdmAppParameterMap app_parameters_;
|
||||||
|
|
||||||
struct SessionMetadata {
|
struct SessionMetadata {
|
||||||
|
|||||||
2
third_party/boringssl/boringssl.gyp
vendored
2
third_party/boringssl/boringssl.gyp
vendored
@@ -103,7 +103,7 @@
|
|||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
['OS=="mac"', {
|
['OS=="osx"', {
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['asm_target_arch=="x86"', {
|
['asm_target_arch=="x86"', {
|
||||||
'sources': [
|
'sources': [
|
||||||
|
|||||||
4
third_party/xcode_host.gypi
vendored
4
third_party/xcode_host.gypi
vendored
@@ -7,9 +7,5 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
'xcode_settings': {
|
'xcode_settings': {
|
||||||
'VALID_ARCHS': 'i386 x86_64',
|
|
||||||
'IPHONEOS_DEPLOYMENT_TARGET': '',
|
|
||||||
'TARGETED_DEVICE_FAMILY': '',
|
|
||||||
'SDKROOT': '',
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user