зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1147226 - Ensure media.eme.mse-only is honoured in HTMLMediaElement::MetadataLoaded(). r=edwin
This commit is contained in:
Родитель
7ffeda127c
Коммит
c3edca1d79
|
@ -3084,7 +3084,7 @@ void HTMLMediaElement::MetadataLoaded(const MediaInfo* aInfo,
|
|||
mDecoder->SetFragmentEndTime(mFragmentEnd);
|
||||
}
|
||||
if (mIsEncrypted) {
|
||||
if (!mMediaSource) {
|
||||
if (!mMediaSource && Preferences::GetBool("media.eme.mse-only", true)) {
|
||||
DecodeError();
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче