From b987681c9fd0f4990d611553092d2dad78c15a02 Mon Sep 17 00:00:00 2001 From: Gilbok Lee Date: Tue, 4 Feb 2025 15:14:46 +0900 Subject: [PATCH] [VF2] Add the keyword v4l2 to element exclude in mmfw_player.ini - v4l2 is not supported in VF2, and to avoid using v4l2decoder, player need to add it to the exclude keyword. This is because esplayback uses decodebin. [Version] 0.4.5 [Issue Type] Update Change-Id: If5a985387c4d0c08fb8a622498e1a55e5c2fb1d8 --- media-config-target-vf2/hal/etc/multimedia/mmfw_player.ini | 4 ++-- packaging/media-config.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-config-target-vf2/hal/etc/multimedia/mmfw_player.ini b/media-config-target-vf2/hal/etc/multimedia/mmfw_player.ini index be4adf8..85f778c 100644 --- a/media-config-target-vf2/hal/etc/multimedia/mmfw_player.ini +++ b/media-config-target-vf2/hal/etc/multimedia/mmfw_player.ini @@ -8,7 +8,7 @@ videosink element fake = fakesink video converter element = ; decoder element keyword for resource management. -video codec element hw = v4l2 +video codec element hw = video codec element sw = avdec video codec default type = sw ; hw or sw @@ -39,7 +39,7 @@ delay before repeat = 50 ; msec ; comma separated list of tocken which elemnts has it in it's name will not be used ; this works if 'use decodebin = yes' -element exclude keyword = omx +element exclude keyword = omx,v4l2 ; comma separated list of tocken ; this works if 'use decodebin = yes' diff --git a/packaging/media-config.spec b/packaging/media-config.spec index 7e45d29..40cc09f 100644 --- a/packaging/media-config.spec +++ b/packaging/media-config.spec @@ -2,7 +2,7 @@ Name: media-config Summary: Multimedia Framework system configuration package -Version: 0.4.4 +Version: 0.4.5 Release: 0 Group: Multimedia/Configuration License: LGPL-2.1 and Apache-2.0 -- 2.34.1