gst: add a clock to gst pipewiresink

This commit is contained in:
Wim Taymans 2024-03-12 17:36:50 +01:00
parent 4437f6e000
commit e86a68db3f
2 changed files with 51 additions and 0 deletions

View file

@ -76,6 +76,9 @@ struct _GstPipeWireSink {
GstPipeWireSinkMode mode;
GstPipeWirePool *pool;
GstClock *clock;
GstClockTime last_time;
};
struct _GstPipeWireSinkClass {