mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
aes67: bump PTP0 driver priority
As reported in #3217, PTP driver has to have the highest priority for packets to arrive in time Everything connected to AES67 should be clocked by the Grandmaster clock
This commit is contained in:
parent
1a83ce0908
commit
ac3bdeba4e
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ context.objects = [
|
|||
node.name = PTP0-Driver
|
||||
node.group = pipewire.ptp0
|
||||
# This driver should only be used for network nodes marked with group
|
||||
priority.driver = 0
|
||||
priority.driver = 100000
|
||||
clock.name = "clock.system.ptp0"
|
||||
#clock.id = tai
|
||||
clock.device = "/dev/ptp0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue