aggregator: fix up doc comment for set_src_caps
authorMatthew Waters <ystreet00@gmail.com>
Mon, 11 Aug 2014 13:38:40 +0000 (23:38 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:25 +0000 (15:10 +0000)
It does not occur 'later' anymore

https://bugzilla.gnome.org/show_bug.cgi?id=732662

libs/gst/base/gstaggregator.c

index 0868d53..bc53044 100644 (file)
@@ -340,7 +340,7 @@ _push_mandatory_events (GstAggregator * self)
 /**
  * gst_aggregator_set_src_caps:
  * @self: The #GstAggregator
- * @caps: The #GstCaps to set later on the src pad.
+ * @caps: The #GstCaps to set on the src pad.
  *
  * Sets the caps to be used on the src pad.
  */