зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1286738 - part4-fixWebMAudio: audio/webm doesn't need the IsWebMForced() check. r=jya
MozReview-Commit-ID: 1BWpKvT3XTs --HG-- extra : rebase_source : b834c1f767b35036928c3d59663b62ead7482ea9
This commit is contained in:
Родитель
24016416cb
Коммит
b903d81761
|
@ -121,8 +121,7 @@ MediaSource::IsTypeSupported(const nsAString& aType, DecoderDoctorDiagnostics* a
|
|||
}
|
||||
if (mimeType.EqualsASCII("audio/webm")) {
|
||||
if (!(Preferences::GetBool("media.mediasource.webm.enabled", false) ||
|
||||
Preferences::GetBool("media.mediasource.webm.audio.enabled", true) ||
|
||||
IsWebMForced(aDiagnostics))) {
|
||||
Preferences::GetBool("media.mediasource.webm.audio.enabled", true))) {
|
||||
return NS_ERROR_DOM_NOT_SUPPORTED_ERR;
|
||||
}
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче