[0.6.108] reduce bus msg pop timeout 34/178134/2 submit/tizen/20180508.084323
authorEunhae Choi <eunhae1.choi@samsung.com>
Tue, 8 May 2018 08:28:33 +0000 (17:28 +0900)
committereunhae choi <eunhae1.choi@samsung.com>
Tue, 8 May 2018 08:33:16 +0000 (08:33 +0000)
to update information from msg before finishing prepare
ex. adaptive variant info

Change-Id: I340063b341d938a538dcde61b75034b783917a1a

src/mm_player_priv.c

index cf361d7..16c7301 100755 (executable)
@@ -99,7 +99,7 @@
 #define ADAPTIVE_VARIANT_DEFAULT_VALUE -1 /* auto */
 
 #define PLAYER_BUS_MSG_DEFAULT_TIMEOUT 500 /* bus msg wait timeout */
-#define PLAYER_BUS_MSG_PREPARE_TIMEOUT 100
+#define PLAYER_BUS_MSG_PREPARE_TIMEOUT 10
 
 #define SPATIAL_AUDIO_CAPS "audio/x-raw,format=S16LE,channels=4"