From 46c77fc916f8c01b69d343390183abaaac3549c4 Mon Sep 17 00:00:00 2001 From: Gilbok Lee Date: Thu, 25 Mar 2021 14:08:00 +0900 Subject: [PATCH] [rpi3][player] Change default codec type to hw Change-Id: Id92599423fe1607f6444f660d2b049c9afe2af17 --- mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_player.ini | 6 +++--- packaging/mmfw-sysconf.spec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_player.ini b/mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_player.ini index a4fbc50..dfbe5e6 100644 --- a/mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_player.ini +++ b/mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_player.ini @@ -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' diff --git a/packaging/mmfw-sysconf.spec b/packaging/mmfw-sysconf.spec index c510dc5..815f923 100644 --- a/packaging/mmfw-sysconf.spec +++ b/packaging/mmfw-sysconf.spec @@ -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 -- 2.7.4