From 34090ec2d426a62bc97c4884358fcb0eec64eb68 Mon Sep 17 00:00:00 2001 From: Janos Kovacs Date: Mon, 30 Sep 2013 16:23:39 +0300 Subject: [PATCH] config: disabling resource creation for MediaPlayer stream Change-Id: I42b83e0c0f74c56c06e27b6eabacaa1985014972 --- murphy/murphy-ivi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/murphy/murphy-ivi.lua b/murphy/murphy-ivi.lua index ac5a6e0..a49d850 100644 --- a/murphy/murphy-ivi.lua +++ b/murphy/murphy-ivi.lua @@ -110,7 +110,7 @@ application_class { video = {0, "mandatory", "exclusive"}, test = {0, "mandatory", "exclusive"} }, - binaries = { ['t8j6HTRpuz.MediaPlayer'] = {0, "mandatory", "exclusive"} } + binaries = { ['t8j6HTRpuz.MediaPlayer'] = no_resource } } application_class { -- 2.7.4