niimaqsrc: Timestamp buffers based on time from callback on FRAME_START line
This timestamp should be much more accurate than the time retrieved in GstPushSrc.create, as there should be no latency (or very little).
This commit is contained in:
@@ -72,6 +72,9 @@ struct _GstNiImaqSrc {
|
||||
gboolean session_started;
|
||||
|
||||
GstCaps *caps;
|
||||
|
||||
GSList *timelist;
|
||||
GMutex *frametime_mutex;
|
||||
};
|
||||
|
||||
struct _GstNiImaqSrcClass {
|
||||
|
||||
Reference in New Issue
Block a user