Update the mused.conf of tw2 71/133671/1 accepted/tizen/unified/20170613.194406 submit/tizen/20170613.053347
authorYoungHun Kim <yh8004.kim@samsung.com>
Tue, 13 Jun 2017 05:29:45 +0000 (14:29 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Tue, 13 Jun 2017 05:29:48 +0000 (14:29 +0900)
Change-Id: I63943de38caf4725b03f6a6586243d558be9f072

mmfw-sysconf-target-tw2/etc/multimedia/mused.conf
packaging/mmfw-sysconf.spec

index a05b1910b2534f242466bc711f9b9be8ec3d3b53..4530ff6f23b162d0082994635b9dc98114510c18 100644 (file)
@@ -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
index 177574e68a5004af7062df24bb9eab690e86d297..170b65059313bc6ca64b9f99aab436883c3ad578 100755 (executable)
@@ -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