зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1187247: [MSE] Enable WebM in MediaSource. r=jya
https://bugzilla.mozilla.org/show_bug.cgi?id=1187247
This commit is contained in:
Родитель
8df6b30ffe
Коммит
95a2af0262
|
@ -103,8 +103,7 @@ IsTypeSupported(const nsAString& aType)
|
|||
}
|
||||
return NS_OK;
|
||||
} else if (DecoderTraits::IsWebMType(mimeTypeUTF8)) {
|
||||
if (!Preferences::GetBool("media.mediasource.webm.enabled", false) ||
|
||||
Preferences::GetBool("media.mediasource.format-reader", false)) {
|
||||
if (!Preferences::GetBool("media.mediasource.webm.enabled", false)) {
|
||||
return NS_ERROR_DOM_NOT_SUPPORTED_ERR;
|
||||
}
|
||||
if (hasCodecs &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче