idsueyesrc: make some properties int rather than uint and other cleanup

This commit is contained in:
Joshua M. Doe
2017-03-08 15:09:10 -05:00
parent 0a87e96d94
commit 5683db6168
2 changed files with 47 additions and 20 deletions

View File

@@ -49,9 +49,9 @@ struct _GstIdsueyeSrc
int seqMemId[MAX_SEQ_BUFFERS];
/* properties */
guint camera_id;
guint num_capture_buffers;
guint board_index;
gint camera_id;
gchar *config_file;
gint num_capture_buffers;
gint timeout;
GstClockTime acq_start_time;