mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
stream: also return current monotonic time in _get_time()
This commit is contained in:
parent
9a0ada2a3f
commit
61885b00b6
2 changed files with 4 additions and 3 deletions
|
|
@ -54,6 +54,7 @@ typedef enum {
|
|||
} PinosStreamMode;
|
||||
|
||||
typedef struct {
|
||||
int64_t now;
|
||||
int64_t ticks;
|
||||
int32_t rate;
|
||||
} PinosTime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue