mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-18 08:56:45 -05:00
clock: remove clock interface
Remove the clock interface, we need to get timing information with an io area to get the required precision and performance.
This commit is contained in:
parent
83bb8dc599
commit
fba00fb791
22 changed files with 31 additions and 516 deletions
|
|
@ -556,6 +556,8 @@ impl_node_port_set_io(struct spa_node *node,
|
|||
this->io = data;
|
||||
else if (id == t->io.ControlRange)
|
||||
this->range = data;
|
||||
else if (id == t->io.Clock)
|
||||
this->clock = data;
|
||||
else
|
||||
return -ENOENT;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue