commit | 6f35c858b88b8fffff4207c3fbb80107933f8ac0 | [log] [tgz] |
---|---|---|
author | you.chen <you.chen@mobiletek.cn> | Thu Jan 25 17:11:00 2024 +0800 |
committer | you.chen <you.chen@mobiletek.cn> | Thu Jan 25 17:11:15 2024 +0800 |
tree | 9094a9aa010b9c6da59e248be19a4f1d3d62e7b5 | |
parent | e9ae0c258c4c7bb5cef8d365c73a4344e01af052 [diff] |
[Feature][T8TSK-304] modify lynq_media_play_audio to wait 3s Only Configure: No Affected branch: LYNQ_PUBLIC Affected module: N/A Is it affected on both ZXIC and MTK: only MTK Self-test: No Doc Update: No Change-Id: I0e3c9c3bd3c34672a060e5406cdcd25becd237c7
diff --git a/common_src/lib/liblynq-media/liblynq-media/media_control.c b/common_src/lib/liblynq-media/liblynq-media/media_control.c index 20e9a8a..92a8db3 100755 --- a/common_src/lib/liblynq-media/liblynq-media/media_control.c +++ b/common_src/lib/liblynq-media/liblynq-media/media_control.c
@@ -588,8 +588,8 @@ } else { - if (cnt==6){ - RLOGD ("After 6s, not enter playing state.\n"); + if (cnt==30){ + RLOGD ("After 3s, not enter playing state.\n"); lynq_media_stop_audio(); return 1; }