niimaqdxsrc: 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:31:02 -04:00
parent 11bb336ee4
commit 8fd7c91da6
2 changed files with 39 additions and 3 deletions

View File

@@ -86,6 +86,10 @@ struct _GstNiImaqDxSrc {
gboolean session_started;
GAsyncQueue *time_queue;
GstClock *clock;
GstClockTime stream_base;
GstClockTime unix_base;
};
struct _GstNiImaqDxSrcClass {