Fix compile errors related to adding new MediaDrm methods
bug:64001680 bug:33657579 Change-Id: I67cabf96b03c2217df6772fed18ce2cab3d9f625
This commit is contained in:
@@ -923,14 +923,14 @@ void WVDrmPlugin::OnExpirationUpdate(const CdmSessionId& cdmSessionId,
|
||||
|
||||
status_t WVDrmPlugin::queryProperty(const std::string& property,
|
||||
std::string& stringValue) const {
|
||||
SecurityLevel securityLevel =
|
||||
wvcdm::SecurityLevel securityLevel =
|
||||
mPropertySet.security_level().compare(QUERY_VALUE_SECURITY_LEVEL_L3) == 0
|
||||
? kLevel3
|
||||
: kLevelDefault;
|
||||
return queryProperty(securityLevel, property, stringValue);
|
||||
}
|
||||
|
||||
status_t WVDrmPlugin::queryProperty(SecurityLevel securityLevel,
|
||||
status_t WVDrmPlugin::queryProperty(wvcdm::SecurityLevel securityLevel,
|
||||
const std::string& property,
|
||||
std::string& stringValue) const {
|
||||
CdmResponseType res =
|
||||
|
||||
Reference in New Issue
Block a user