mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
aggregator: document new "min-upstream-latency" property is in nanosecs
https://bugzilla.gnome.org/show_bug.cgi?id=797213
This commit is contained in:
parent
b89b1802df
commit
135932872e
1 changed files with 8 additions and 2 deletions
|
@ -2373,6 +2373,12 @@ gst_aggregator_class_init (GstAggregatorClass * klass)
|
|||
/**
|
||||
* GstAggregator:min-upstream-latency:
|
||||
*
|
||||
* Force minimum upstream latency (in nanoseconds). When sources with a
|
||||
* higher latency are expected to be plugged in dynamically after the
|
||||
* aggregator has started playing, this allows overriding the minimum
|
||||
* latency reported by the initial source(s). This is only taken into
|
||||
* account when larger than the actually reported minimum latency.
|
||||
*
|
||||
* Since: 1.16
|
||||
*/
|
||||
g_object_class_install_property (gobject_class, PROP_MIN_UPSTREAM_LATENCY,
|
||||
|
@ -2380,8 +2386,8 @@ gst_aggregator_class_init (GstAggregatorClass * klass)
|
|||
"When sources with a higher latency are expected to be plugged "
|
||||
"in dynamically after the aggregator has started playing, "
|
||||
"this allows overriding the minimum latency reported by the "
|
||||
"initial source(s). This is only taken into account when superior "
|
||||
"to the reported minimum latency.",
|
||||
"initial source(s). This is only taken into account when larger "
|
||||
"than the actually reported minimum latency. (nanoseconds)",
|
||||
0, G_MAXUINT64,
|
||||
DEFAULT_LATENCY, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
|
|
Loading…
Reference in a new issue