diff options
-rw-r--r-- | media-config-target-vim3/hal/etc/multimedia/mmfw_player.ini | 8 | ||||
-rw-r--r-- | packaging/media-config.spec | 2 |
2 files changed, 5 insertions, 5 deletions
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 |