mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
bluez5: iso-io: larger idle time
Use larger idle time, so that it's bigger than transport latency, in case that helps to reset synchronization on controller/device side.
This commit is contained in:
parent
facef4a6c6
commit
bb5d01068e
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ static struct spa_log_topic log_topic = SPA_LOG_TOPIC(0, "spa.bluez5.iso");
|
|||
#undef SPA_LOG_TOPIC_DEFAULT
|
||||
#define SPA_LOG_TOPIC_DEFAULT &log_topic
|
||||
|
||||
#define IDLE_TIME (100 * SPA_NSEC_PER_MSEC)
|
||||
#define IDLE_TIME (200 * SPA_NSEC_PER_MSEC)
|
||||
|
||||
struct group {
|
||||
struct spa_log *log;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue