From 31d3feea7173fc09d1e4b55da072b7e18d4ec7dc Mon Sep 17 00:00:00 2001 From: YoungHun Kim Date: Tue, 13 Jun 2017 14:29:45 +0900 Subject: [PATCH] Update the mused.conf of tw2 Change-Id: I63943de38caf4725b03f6a6586243d558be9f072 --- mmfw-sysconf-target-tw2/etc/multimedia/mused.conf | 7 +++++++ packaging/mmfw-sysconf.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/mmfw-sysconf-target-tw2/etc/multimedia/mused.conf b/mmfw-sysconf-target-tw2/etc/multimedia/mused.conf index a05b191..4530ff6 100644 --- a/mmfw-sysconf-target-tw2/etc/multimedia/mused.conf +++ b/mmfw-sysconf-target-tw2/etc/multimedia/mused.conf @@ -7,6 +7,8 @@ logfile=/var/log/mused/muse-server lockfile=/tmp/.muse_core.lock min_timeout=5 max_timeout=90 +;50MB=50000 +memory_threshold=50000 ; parameters for initializing gstreamer ; DEFAULT SET (--gst-debug=*:2) @@ -27,6 +29,7 @@ gstparam10= path=libmuse-player.so preloaded=no timeout=60 +disable_watchdog_api=-1 [camera] ; The 'camera' parameter represents the muse-camera. @@ -34,6 +37,8 @@ timeout=60 path=libmuse-camera.so preloaded=no timeout=10 +;api 2 is camera_dispatcher_start_preview +disable_watchdog_api=2 [recorder] ; The 'recorder' parameter represents the muse-recorder. @@ -42,3 +47,5 @@ timeout=10 path=libmuse-recorder.so preloaded=no timeout=10 +;api 5 is recorder_start +disable_watchdog_api=5 diff --git a/packaging/mmfw-sysconf.spec b/packaging/mmfw-sysconf.spec index 177574e..170b650 100755 --- 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.105 +Version: 0.2.106 Release: 0 Group: Multimedia/Configuration License: LGPL-2.1 and Apache-2.0 -- 2.34.1