mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
rist: Document stats-internal unit
This commit is contained in:
parent
6c7e7580fb
commit
9b53ee76fd
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue