[all] Change library path for GStreamer and OMXIL
[platform/core/multimedia/mmfw-sysconf.git] / mmfw-sysconf-target-tm1 / etc / multimedia / mused.conf
index 0ac3657..55d6c49 100644 (file)
@@ -5,15 +5,17 @@
 hosts=player, camera, recorder
 logfile=/var/log/mused/muse-server
 lockfile=/tmp/.muse_core.lock
-muse_server_ready=/tmp/.muse_server_ready
 min_timeout=5
 max_timeout=90
+;100MB=100000
+memory_threshold=100000
+enable_watch_external_storage=1
 
 ; parameters for initializing gstreamer
 ; DEFAULT SET (--gst-debug=*:2)
-gstparam1=--gst-debug=*:2
+gstparam1=--gst-debug=*:2,*STATE*:4,*pulse*:4,*audiobasesink:4
 gstparam2=--gst-disable-segtrap
-gstparam3=
+gstparam3=--gst-plugin-path=@HAL_LIBDIR@/gstreamer-1.0
 gstparam4=
 gstparam5=
 gstparam6=
@@ -22,12 +24,20 @@ gstparam8=
 gstparam9=
 gstparam10=
 
+; gstparam#=--gst-plugin-load=/usr/lib/gstreamer-1.0/libgstcoreelements.so'
+; can be substituted with gstpreload=coreelements'
+gstpreload=
+
 [player]
 ; The 'player' parameter represents the muse-player.
 ; This module recovers the "capi-media-player".
 path=libmuse-player.so
 preloaded=no
 timeout=60
+disable_watchdog_api=-1
+;unlimited=-1
+max_instance=-1
+caution_instance=-1
 
 [camera]
 ; The 'camera' parameter represents the muse-camera.
@@ -35,6 +45,11 @@ timeout=60
 path=libmuse-camera.so
 preloaded=no
 timeout=10
+;api 2 is camera_dispatcher_start_preview
+disable_watchdog_api=2
+;unlimited=-1
+max_instance=-1
+caution_instance=-1
 
 [recorder]
 ; The 'recorder' parameter represents the muse-recorder.
@@ -43,3 +58,9 @@ timeout=10
 path=libmuse-recorder.so
 preloaded=no
 timeout=10
+;api 5 is recorder_start
+disable_watchdog_api=5
+;unlimited=-1
+max_instance=-1
+caution_instance=-1
+