intervideosrc: Fix max value of the timeout property
Reported by: Patrik Oldsberg <patrik.oldsberg@ericsson.com>
This commit is contained in:
parent
561cab9003
commit
ec7f05dd9c
@ -128,7 +128,7 @@ gst_inter_video_src_class_init (GstInterVideoSrcClass * klass)
|
|||||||
g_object_class_install_property (gobject_class, PROP_TIMEOUT,
|
g_object_class_install_property (gobject_class, PROP_TIMEOUT,
|
||||||
g_param_spec_uint64 ("timeout", "Timeout",
|
g_param_spec_uint64 ("timeout", "Timeout",
|
||||||
"Timeout after which to start outputting black frames",
|
"Timeout after which to start outputting black frames",
|
||||||
0, G_MAXUINT, DEFAULT_TIMEOUT,
|
0, G_MAXUINT64, DEFAULT_TIMEOUT,
|
||||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user