mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
aggregator: add gtk-doc blurb for new min-upstream-latency prop
This commit is contained in:
parent
97e2e7a63d
commit
62d7eaf3aa
1 changed files with 5 additions and 0 deletions
|
@ -2370,6 +2370,11 @@ gst_aggregator_class_init (GstAggregatorClass * klass)
|
||||||
"position (in nanoseconds)", 0, G_MAXUINT64,
|
"position (in nanoseconds)", 0, G_MAXUINT64,
|
||||||
DEFAULT_LATENCY, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
DEFAULT_LATENCY, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GstAggregator:min-upstream-latency:
|
||||||
|
*
|
||||||
|
* Since: 1.16
|
||||||
|
*/
|
||||||
g_object_class_install_property (gobject_class, PROP_MIN_UPSTREAM_LATENCY,
|
g_object_class_install_property (gobject_class, PROP_MIN_UPSTREAM_LATENCY,
|
||||||
g_param_spec_uint64 ("min-upstream-latency", "Buffer latency",
|
g_param_spec_uint64 ("min-upstream-latency", "Buffer latency",
|
||||||
"When sources with a higher latency are expected to be plugged "
|
"When sources with a higher latency are expected to be plugged "
|
||||||
|
|
Loading…
Reference in a new issue