rist: Document stats-internal unit

This commit is contained in:
Olivier Crête 2019-07-30 12:54:04 -04:00 committed by Olivier Crête
parent 6c7e7580fb
commit 9b53ee76fd
2 changed files with 2 additions and 2 deletions

View file

@ -1229,7 +1229,7 @@ gst_rist_sink_class_init (GstRistSinkClass * klass)
g_object_class_install_property (object_class, PROP_STATS_UPDATE_INTERVAL, g_object_class_install_property (object_class, PROP_STATS_UPDATE_INTERVAL,
g_param_spec_uint ("stats-update-interval", "Statistics 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, 0, G_MAXUINT, 0,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT)); G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT));

View file

@ -1237,7 +1237,7 @@ gst_rist_src_class_init (GstRistSrcClass * klass)
g_object_class_install_property (object_class, PROP_STATS_UPDATE_INTERVAL, g_object_class_install_property (object_class, PROP_STATS_UPDATE_INTERVAL,
g_param_spec_uint ("stats-update-interval", "Statistics 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, 0, G_MAXUINT, 0,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT)); G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT));