aggregator: add gtk-doc blurb for new min-upstream-latency prop
authorMathieu Duponchelle <mathieu@centricular.com>
Thu, 27 Sep 2018 11:20:10 +0000 (13:20 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Thu, 27 Sep 2018 11:20:10 +0000 (13:20 +0200)
libs/gst/base/gstaggregator.c

index 157b289..3ea3da2 100644 (file)
@@ -2370,6 +2370,11 @@ gst_aggregator_class_init (GstAggregatorClass * klass)
           "position (in nanoseconds)", 0, G_MAXUINT64,
           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_param_spec_uint64 ("min-upstream-latency", "Buffer latency",
           "When sources with a higher latency are expected to be plugged "