diff --git a/gst/rist/gstristsink.c b/gst/rist/gstristsink.c index 297c29da7f..ed50c8e5f4 100644 --- a/gst/rist/gstristsink.c +++ b/gst/rist/gstristsink.c @@ -1229,7 +1229,7 @@ gst_rist_sink_class_init (GstRistSinkClass * klass) g_object_class_install_property (object_class, PROP_STATS_UPDATE_INTERVAL, g_param_spec_uint ("stats-update-interval", "Statistics Update Interval", - "The interval between 'stats' update notification (0 disabled)", + "The interval between 'stats' update notification (in ms) (0 disabled)", 0, G_MAXUINT, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT)); diff --git a/gst/rist/gstristsrc.c b/gst/rist/gstristsrc.c index 8ae92d333d..c2de450104 100644 --- a/gst/rist/gstristsrc.c +++ b/gst/rist/gstristsrc.c @@ -1237,7 +1237,7 @@ gst_rist_src_class_init (GstRistSrcClass * klass) g_object_class_install_property (object_class, PROP_STATS_UPDATE_INTERVAL, g_param_spec_uint ("stats-update-interval", "Statistics Update Interval", - "The interval between 'stats' update notification (0 disabled)", + "The interval between 'stats' update notification (in ms) (0 disabled)", 0, G_MAXUINT, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT));