kayasrc: add UNIX epoch reference timestamp for absolute timestamping

Requires GStreamer 1.14 and a downstream element that can use it.
This commit is contained in:
Joshua M. Doe
2019-10-02 09:35:39 -04:00
parent 1611f54672
commit 75aaec26b6
2 changed files with 37 additions and 1 deletions

View File

@@ -63,6 +63,9 @@ struct _GstKayaSrc
GstCaps *caps;
GAsyncQueue *queue;
GstClockTime unix_base;
GstClockTime kaya_base;
};
struct _GstKayaSrcClass