From 387ac8f43e0d4fb76542379d3cdd0d28a0f53416 Mon Sep 17 00:00:00 2001 From: Gilbok Lee Date: Tue, 18 Feb 2020 15:57:37 +0900 Subject: [PATCH] [rpi3/rpi3-spk][player] Exclude omx gstreamer plugin Change-Id: Iaf2279c773bc68f6537e8211ad23528d116760ff --- mmfw-sysconf-target-rpi3-spk/etc/multimedia/mmfw_player.ini | 4 ++-- mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_player.ini | 4 ++-- packaging/mmfw-sysconf.spec | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mmfw-sysconf-target-rpi3-spk/etc/multimedia/mmfw_player.ini b/mmfw-sysconf-target-rpi3-spk/etc/multimedia/mmfw_player.ini index 4387add..63bb411 100644 --- a/mmfw-sysconf-target-rpi3-spk/etc/multimedia/mmfw_player.ini +++ b/mmfw-sysconf-target-rpi3-spk/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 = omx +video codec element hw = video codec element sw = avdec audio codec element hw = @@ -37,7 +37,7 @@ 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 -element exclude keyword = v4l2 +element exclude keyword = v4l2,omx ; comma separated list of tocken unsupported codec keyword = divx diff --git a/mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_player.ini b/mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_player.ini index 4387add..63bb411 100644 --- a/mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_player.ini +++ b/mmfw-sysconf-target-rpi3/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 = omx +video codec element hw = video codec element sw = avdec audio codec element hw = @@ -37,7 +37,7 @@ 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 -element exclude keyword = v4l2 +element exclude keyword = v4l2,omx ; comma separated list of tocken unsupported codec keyword = divx diff --git a/packaging/mmfw-sysconf.spec b/packaging/mmfw-sysconf.spec index 08a8b78..7a38dde 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.159 +Version: 0.2.160 Release: 0 Group: Multimedia/Configuration License: LGPL-2.1 and Apache-2.0 -- 2.7.4