mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
gst: add a clock to gst pipewiresink
This commit is contained in:
parent
4437f6e000
commit
e86a68db3f
2 changed files with 51 additions and 0 deletions
|
|
@ -76,6 +76,9 @@ struct _GstPipeWireSink {
|
|||
GstPipeWireSinkMode mode;
|
||||
|
||||
GstPipeWirePool *pool;
|
||||
|
||||
GstClock *clock;
|
||||
GstClockTime last_time;
|
||||
};
|
||||
|
||||
struct _GstPipeWireSinkClass {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue