From 9b53ee76fd6a482d3ecf07c67d10a95d9442e448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 30 Jul 2019 12:54:04 -0400 Subject: [PATCH] rist: Document stats-internal unit --- gst/rist/gstristsink.c | 2 +- gst/rist/gstristsrc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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));