From: Eunhye Choi Date: Mon, 29 Jul 2024 05:59:31 +0000 (+0900) Subject: [vim3] Remove hw codec X-Git-Tag: accepted/tizen/unified/20240731.010744^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e1991bbcde64d87f85dd8095693296e65dee784;p=platform%2Fhal%2Fbackend%2Fmedia-config.git [vim3] Remove hw codec Remove v4l2 hw codec which is not supported on vim3 [Version] 0.4.1 [Issue Type] Update Change-Id: I3bce4813e69e3625266f47a39fdc287c8a86b46c --- diff --git a/media-config-target-vim3/hal/etc/multimedia/mmfw_player.ini b/media-config-target-vim3/hal/etc/multimedia/mmfw_player.ini index be4adf8..446127e 100644 --- a/media-config-target-vim3/hal/etc/multimedia/mmfw_player.ini +++ b/media-config-target-vim3/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 @@ -37,11 +37,11 @@ media stream input format = AAC,H264_SP,H264_MP,H264_HP skip rescan = yes delay before repeat = 50 ; msec -; comma separated list of tocken which elemnts has it in it's name will not be used +; comma separated list of token 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 +; comma separated list of token ; this works if 'use decodebin = yes' unsupported codec keyword = divx diff --git a/packaging/media-config.spec b/packaging/media-config.spec index 415b041..1242c52 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.0 +Version: 0.4.1 Release: 0 Group: Multimedia/Configuration License: LGPL-2.1 and Apache-2.0