[*KONA_ID]
DF240605-00907 [Channel][TC][SRPOL_SQE][UK][HbbTV] Playback of UHD content fails on BBC HbbTV
No OscarS switch returns empty decoder list for 8K content, which prevent
prepare and play.
Added supported 8K codec OscarS in HBBTV
Jobs:
DF240605-00907
[git-p4: depot-paths = "//TIZEN/[Product2023]/[OSU_Trunk2023_T80_Prj]/[INT]/PLATFORM/COMMON/Profile/platform/framework/web/chromium-efl/": change =
12137781]
Signed-off-by: Kajetan Brzuszczak <k.brzuszczak@partner.samsung.com>
Change-Id: Ifdaab4d3142e9257969474686ad330ec1846a8d2
return;
}
- // TODO Find the correct configuration for RoseP and OscarP
- // 1x 8k decoder, 1x FHD decoder: RoseP, OscarP
- if ((chipset == "ROSEP") || (chipset == "OSCARP")) {
+ // TODO Find the correct configuration for RoseP, OscarS and OscarP
+ // 1x 8k decoder, 1x FHD decoder: RoseP, OscarS, OscarP
+ if ((chipset == "ROSEP") || (chipset == "OSCARS") || (chipset == "OSCARP")) {
LOG(INFO) << "It is " << chipset << ", use 1x 8k and 1x FHD decoder";
decoder_states_.push_back(Get8kDecoder(kMainDecoder));
decoder_states_.push_back(GetFHDDecoder(kSubDecoder));