From: YoungHun Kim Date: Tue, 13 Jun 2017 05:29:45 +0000 (+0900) Subject: Update the mused.conf of tw2 X-Git-Tag: submit/tizen/20170613.053347^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F133671%2F1;p=platform%2Fcore%2Fmultimedia%2Fmmfw-sysconf.git Update the mused.conf of tw2 Change-Id: I63943de38caf4725b03f6a6586243d558be9f072 --- 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