Merge branch 'main' into ci/gilbok-lee/update_public
[platform/core/multimedia/esplusplayer.git] / src / plusplayer-core / src / trackrendereradapter_utils.cpp
old mode 100644 (file)
new mode 100755 (executable)
index 8bdbdc5..bde1350
@@ -955,8 +955,12 @@ bool ConvertToTrackRendererRscAllocPolicy(const RscAllocPolicy& policyvalue,
       *policy = kTrackRendererRscAllocConditional;
       return true;
     }
-    case RscAllocPolicy::kRscAllocExclusiveNoExplicit: {
-      *policy = kTrackRendererRscAllocExclusiveNoExplicit;
+    case RscAllocPolicy::kRscAllocInAppMultiview: {
+      *policy = kTrackRendererRscAllocInAppMultiview;
+      return true;
+    }
+    case RscAllocPolicy::kRscAllocExclusiveMfcForced: {
+      *policy = kTrackRendererRscAllocExclusiveMfcForced;
       return true;
     }
     default: