niimaq: send DateTime tag event

This commit is contained in:
Joshua M. Doe
2012-06-14 13:42:20 -04:00
parent 18f3e03c7e
commit d5409fca8a
2 changed files with 21 additions and 0 deletions

View File

@@ -75,6 +75,9 @@ struct _GstNiImaqSrc {
GSList *timelist;
GMutex *frametime_mutex;
GstDateTime *start_time;
gboolean start_time_sent;
};
struct _GstNiImaqSrcClass {