[rpi3][player] Change default codec type to hw 25/255925/2 accepted/tizen/unified/20210407.100549 submit/tizen/20210325.051247 submit/tizen/20210325.083759 submit/tizen/20210405.012807
authorGilbok Lee <gilbok.lee@samsung.com>
Thu, 25 Mar 2021 05:08:00 +0000 (14:08 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Thu, 25 Mar 2021 05:09:15 +0000 (14:09 +0900)
Change-Id: Id92599423fe1607f6444f660d2b049c9afe2af17

mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_player.ini
packaging/mmfw-sysconf.spec

index a4fbc50..dfbe5e6 100644 (file)
@@ -8,9 +8,9 @@ videosink element fake = fakesink
 video converter element =
 
 ; decoder element keyword for resource management.
-video codec element hw =
+video codec element hw = v4l2
 video codec element sw = avdec
-video codec default type = sw ; hw or sw
+video codec default type = hw ; hw or sw
 
 audio codec element hw =
 audio codec element sw = avdec
@@ -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 = v4l2,omx
+element exclude keyword = omx
 
 ; comma separated list of tocken
 ; this works if 'use decodebin = yes'
index c510dc5..815f923 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmfw-sysconf
 Summary:    Multimedia Framework system configuration package
-Version:    0.2.174
+Version:    0.2.175
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1 and Apache-2.0