summaryrefslogtreecommitdiffstats
path: root/src/ufo-read-task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ufo-read-task.c')
-rw-r--r--src/ufo-read-task.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ufo-read-task.c b/src/ufo-read-task.c
index 39ed649..17290ae 100644
--- a/src/ufo-read-task.c
+++ b/src/ufo-read-task.c
@@ -637,21 +637,21 @@ ufo_read_task_class_init(UfoReadTaskClass *klass)
g_param_spec_uint ("raw-width",
"Width of raw image",
"Width of raw image",
- 0, G_MAXUINT, G_MAXUINT,
+ 0, G_MAXUINT, 0,
G_PARAM_READWRITE);
properties[PROP_RAW_HEIGHT] =
g_param_spec_uint ("raw-height",
"Height of raw image",
"Height of raw image",
- 0, G_MAXUINT, G_MAXUINT,
+ 0, G_MAXUINT, 0,
G_PARAM_READWRITE);
properties[PROP_RAW_BITDEPTH] =
g_param_spec_uint ("raw-bitdepth",
"Bitdepth of raw image",
"Bitdepth of raw image",
- 0, G_MAXUINT, G_MAXUINT,
+ 0, G_MAXUINT, UFO_BUFFER_DEPTH_INVALID,
G_PARAM_READWRITE);
properties[PROP_RAW_PRE_OFFSET] =