summaryrefslogtreecommitdiff
path: root/gst/rist/gstristsink.c
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2019-07-30 12:54:04 -0400
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>2019-08-09 17:45:51 +0000
commit9b53ee76fd6a482d3ecf07c67d10a95d9442e448 (patch)
tree37faa7e2c8aa175844fa0ebbb0dde05cabf8c587 /gst/rist/gstristsink.c
parent6c7e7580fb087244302ac5915f8ef500ce54ab54 (diff)
downloadgstreamer-plugins-bad-9b53ee76fd6a482d3ecf07c67d10a95d9442e448.tar.gz
rist: Document stats-internal unit
Diffstat (limited to 'gst/rist/gstristsink.c')
-rw-r--r--gst/rist/gstristsink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rist/gstristsink.c b/gst/rist/gstristsink.c
index 297c29da7..ed50c8e5f 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));