From 1ad279a4bf3025d99a7ede5d861ae89a2d2fb4c0 Mon Sep 17 00:00:00 2001 From: Venugopal S M Date: Thu, 9 Jun 2022 19:23:40 +0530 Subject: [PATCH] [M108 Migration][MM] MediaSourceExperimental experimental feature Enables TrackDefaultList that SourceBuffer may consult. It causes MSE webTCT failure. Reference: https://review.tizen.org/gerrit/276105 Change-Id: Ic93e9656632e7cc6b920524ac74a620b1db0e471 Signed-off-by: Venugopal S M --- .../blink/renderer/platform/runtime_enabled_features.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5 b/third_party/blink/renderer/platform/runtime_enabled_features.json5 index 503c56691a9a..5d8bf04d804f 100644 --- a/third_party/blink/renderer/platform/runtime_enabled_features.json5 +++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5 @@ -1663,7 +1663,7 @@ }, { name: "MediaSourceExperimental", - status: "experimental", + status: "stable", }, { name: "MediaSourceExtensionsForWebCodecs", -- 2.34.1