mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
improve: debug
This commit is contained in:
parent
0eb2705766
commit
b1bfc900d6
3 changed files with 14 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ struct spa_io_range {
|
|||
struct spa_io_clock {
|
||||
uint32_t id; /**< unique clock id, set by application */
|
||||
uint32_t flags; /**< clock flags */
|
||||
uint64_t nsec; /**< time in nanoseconds */
|
||||
uint64_t nsec; /**< time in nanoseconds against monotonic clock */
|
||||
uint64_t count; /**< a media specific counter. Can be used to detect
|
||||
* gaps in the media. It usually represents the amount
|
||||
* of processed media units (packets, frames,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue