From 0fb5f7a158e0a5a610e1ba85cf408525964d746e Mon Sep 17 00:00:00 2001 From: adeshkp Date: Sat, 9 Nov 2019 21:42:45 +0530 Subject: Issue #1259 - Part 1. Remove Adobe Primetime support from tree --- dom/media/platforms/agnostic/gmp/GMPDecoderModule.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'dom/media/platforms/agnostic/gmp') diff --git a/dom/media/platforms/agnostic/gmp/GMPDecoderModule.cpp b/dom/media/platforms/agnostic/gmp/GMPDecoderModule.cpp index cc53d2c93..50a5097ac 100644 --- a/dom/media/platforms/agnostic/gmp/GMPDecoderModule.cpp +++ b/dom/media/platforms/agnostic/gmp/GMPDecoderModule.cpp @@ -109,7 +109,6 @@ GMPDecoderModule::PreferredGMP(const nsACString& aMimeType) if (aMimeType.EqualsLiteral("audio/mp4a-latm")) { switch (MediaPrefs::GMPAACPreferred()) { case 1: rv.emplace(kEMEKeySystemClearkey); break; - case 2: rv.emplace(kEMEKeySystemPrimetime); break; default: break; } } @@ -117,7 +116,6 @@ GMPDecoderModule::PreferredGMP(const nsACString& aMimeType) if (MP4Decoder::IsH264(aMimeType)) { switch (MediaPrefs::GMPH264Preferred()) { case 1: rv.emplace(kEMEKeySystemClearkey); break; - case 2: rv.emplace(kEMEKeySystemPrimetime); break; default: break; } } -- cgit v1.2.3