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:
Wim Taymans 2015-12-02 20:43:37 +01:00
parent 6b93b17298
commit 7aa82d9476
2 changed files with 69 additions and 2 deletions

View file

@ -65,6 +65,7 @@ struct _GstPinosSrc {
GstAllocator *fd_allocator;
GstBuffer *current;
GstClock *clock;
};
struct _GstPinosSrcClass {