mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05:00
spa: make a new FREEWHEEL clock flag
When freewheeling, the clock is going faster than real time. When freewheeling, skip samples in alsa sink/source.
This commit is contained in:
parent
fab199d5b9
commit
efc497a38a
6 changed files with 22 additions and 2 deletions
|
|
@ -125,6 +125,7 @@ struct spa_io_range {
|
|||
* since the provider was last started.
|
||||
*/
|
||||
struct spa_io_clock {
|
||||
#define SPA_IO_CLOCK_FLAG_FREEWHEEL (1u<<0)
|
||||
uint32_t flags; /**< clock flags */
|
||||
uint32_t id; /**< unique clock id, set by application */
|
||||
char name[64]; /**< clock name prefixed with API, set by node. The clock name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue