idsueyesrc: make some properties int rather than uint and other cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user