niimaqsrc: another attempt at robust date-timestamping

Before indices would get out of sync. Try mutexes now.
This commit is contained in:
Joshua M. Doe
2012-07-11 02:37:22 -04:00
parent 5e8744d492
commit 1033aea633
2 changed files with 37 additions and 8 deletions

View File

@@ -75,6 +75,8 @@ struct _GstNiImaqSrc {
GstDateTime *start_time;
gboolean start_time_sent;
GMutex *mutex;
};
struct _GstNiImaqSrcClass {