intervideosrc: Fix max value of the timeout property

Reported by: Patrik Oldsberg <patrik.oldsberg@ericsson.com>
This commit is contained in:
Arun Raghavan 2015-01-21 23:37:10 +05:30 committed by Arun Raghavan
parent 561cab9003
commit ec7f05dd9c

View file

@ -128,7 +128,7 @@ gst_inter_video_src_class_init (GstInterVideoSrcClass * klass)
g_object_class_install_property (gobject_class, PROP_TIMEOUT,
g_param_spec_uint64 ("timeout", "Timeout",
"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));
}