mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-13 13:30:05 -05:00
pinossrc: slave a clock to the server clock
Slave our clock to the server clock and provide it as the pipeline clock.
This commit is contained in:
parent
6b93b17298
commit
7aa82d9476
2 changed files with 69 additions and 2 deletions
|
|
@ -65,6 +65,7 @@ struct _GstPinosSrc {
|
|||
GstAllocator *fd_allocator;
|
||||
|
||||
GstBuffer *current;
|
||||
GstClock *clock;
|
||||
};
|
||||
|
||||
struct _GstPinosSrcClass {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue