[vim3] Remove hw codec 51/315251/2 accepted/tizen/unified/20240731.010744 accepted/tizen/unified/dev/20240731.044655 accepted/tizen/unified/x/20240731.090024
authorEunhye Choi <eunhae1.choi@samsung.com>
Mon, 29 Jul 2024 05:59:31 +0000 (14:59 +0900)
committerEunhye Choi <eunhae1.choi@samsung.com>
Mon, 29 Jul 2024 06:55:40 +0000 (15:55 +0900)
Remove v4l2 hw codec which is not supported on vim3

[Version] 0.4.1
[Issue Type] Update

Change-Id: I3bce4813e69e3625266f47a39fdc287c8a86b46c

media-config-target-vim3/hal/etc/multimedia/mmfw_player.ini
packaging/media-config.spec

index be4adf8b522e887020d78f7b5aaa36df3ff9e9d4..446127e9fc57da6b6d39a5d53a16c8560f42851e 100644 (file)
@@ -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
 
index 415b041d7019dd0aff0aed8eece0dc1955faf2a6..1242c52ff830363aced44c73c90012cd09784ef2 100644 (file)
@@ -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