summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaechul Lee <jcsing.lee@samsung.com>2023-10-13 17:30:31 +0900
committerJaechul Lee <jcsing.lee@samsung.com>2023-10-17 08:21:42 +0900
commit50c93f863d17d29dd8c707d5d47b4f2ad2d6719c (patch)
treebda5cdf882f59ea48f9a67a2fa7f3c09c87d4207
parentb7ae124a435fe3357346aceb04e7bdebaa4154b9 (diff)
downloadmedia-config-50c93f863d17d29dd8c707d5d47b4f2ad2d6719c.tar.gz
media-config-50c93f863d17d29dd8c707d5d47b4f2ad2d6719c.tar.bz2
media-config-50c93f863d17d29dd8c707d5d47b4f2ad2d6719c.zip
[simulator][audio] Fix TCT(Tizen.MediaPlayer.Tests) Failstizen_8.0_m2_releaseaccepted/tizen/8.0/unified/20231017.145701
TCT failed when it tried to check the seek-test because the time wasn't accurate. So, Changed the audio latency in case of creating playback streams. The value of the fragments size is same with the value in alsa-sink [Version] 0.3.78 [Issue type] TCT fail(TEIGHT-5405) Change-Id: Ie60296adbe0d18a86a7f5b2f085172242b754220 Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
-rw-r--r--media-config-simulator/hal/etc/pulse/device-map.json2
-rw-r--r--packaging/media-config.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/media-config-simulator/hal/etc/pulse/device-map.json b/media-config-simulator/hal/etc/pulse/device-map.json
index 217191c..5a57a7b 100644
--- a/media-config-simulator/hal/etc/pulse/device-map.json
+++ b/media-config-simulator/hal/etc/pulse/device-map.json
@@ -31,7 +31,7 @@
"playback-devices":[
{
"device-string":"tizen2:0,0",
- "role":{"normal":"rate=44100 channels=2 fragment_size=17640 fragments=4"}
+ "role":{"normal":"rate=44100 channels=2 fragment_size=4408 fragments=4"}
}
],
"capture-devices":[
diff --git a/packaging/media-config.spec b/packaging/media-config.spec
index f6b36db..0ce88c3 100644
--- a/packaging/media-config.spec
+++ b/packaging/media-config.spec
@@ -2,7 +2,7 @@
Name: media-config
Summary: Multimedia Framework system configuration package
-Version: 0.3.77
+Version: 0.3.78
Release: 0
Group: Multimedia/Configuration
License: LGPL-2.1 and Apache-2.0