mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
A driver node should use the target_duration and target_rate to adjust the quantum and rate when the graph starts. The camera nodes don't currently support any of this and simply enforce a specific rate and duration for the graph clock. Mark this with a FIXME. Otherwise, pipewire will complain that the node is ignoring the configured graph rate. We should really look at the graph target rate/quantum and only produce a buffer when it is inside the current graph cycle. This would make it possible to join audio and camera nodes and have them be in sync. |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||