imperxflexsrc: recover from disrupted signals and better accounting of dropped frames
This commit is contained in:
@@ -43,8 +43,6 @@ struct _GstFramelinkSrc
|
||||
{
|
||||
GstPushSrc base_framelinksrc;
|
||||
|
||||
guint last_buffer_number;
|
||||
gint dropped_frame_count;
|
||||
gboolean acq_started;
|
||||
|
||||
/* camera handle */
|
||||
@@ -58,6 +56,7 @@ struct _GstFramelinkSrc
|
||||
gint timeout;
|
||||
|
||||
GstBuffer *buffer;
|
||||
GstClockTime acq_start_time;
|
||||
|
||||
GstCaps *caps;
|
||||
gint height;
|
||||
|
||||
Reference in New Issue
Block a user