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:
Joshua M. Doe
2010-04-23 15:57:27 -04:00
parent 1935a8b86e
commit 4c7e2e9165
2 changed files with 106 additions and 13 deletions

View File

@@ -72,6 +72,9 @@ struct _GstNiImaqSrc {
gboolean session_started;
GstCaps *caps;
GSList *timelist;
GMutex *frametime_mutex;
};
struct _GstNiImaqSrcClass {