rist: Document stats-internal unit
This commit is contained in:
parent
6c7e7580fb
commit
9b53ee76fd
@ -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));
|
||||
|
||||
|
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user