mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
support: add resync.ms option to node.driver
Move some of the tracking code for the DLL to where it is used. Add resync.ms (default 10) option at which we give up rate adjusting and instead do a hard resync. This results in a jump in the position of the graph clock.
This commit is contained in:
parent
ccd0599702
commit
e7888d4ccc
3 changed files with 25 additions and 9 deletions
|
|
@ -41,6 +41,7 @@ context.objects = [
|
|||
clock.interface = "eth0"
|
||||
#clock.device = "/dev/ptp0"
|
||||
#clock.id = tai
|
||||
#resync.ms = 10
|
||||
object.export = true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue