niimaqsrc: improve timestamping
_create often locks the mutex before the start_frame_callback, resulting in bad timestamps. Also an estimated duration causes d3dvideosink to give poor display, so comment this out for now.
This commit is contained in:
@@ -72,12 +72,13 @@ struct _GstNiImaqSrc {
|
||||
SESSION_ID sid;
|
||||
|
||||
gboolean session_started;
|
||||
GstClockTime base_time;
|
||||
|
||||
GstDateTime *start_time;
|
||||
gboolean start_time_sent;
|
||||
|
||||
GMutex mutex;
|
||||
GCond cond;
|
||||
gint buffers_available;
|
||||
};
|
||||
|
||||
struct _GstNiImaqSrcClass {
|
||||
|
||||
Reference in New Issue
Block a user