qcamsrc: make gain a double instead of float

This commit is contained in:
Joshua M. Doe
2021-01-19 17:06:15 -05:00
parent e903e7f641
commit 44fe9a9714
2 changed files with 4 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ struct _GstQcamSrc
guint num_capture_buffers;
gint timeout;
guint exposure;
gfloat gain;
gdouble gain;
gint offset;
gint format;
gint x;