From: Matthew Waters Date: Mon, 11 Aug 2014 13:38:40 +0000 (+1000) Subject: aggregator: fix up doc comment for set_src_caps X-Git-Tag: 1.16.2~574^2~204 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a0b4f88c2bc7951c0c0db6a972e7c2b572dfd2a;p=platform%2Fupstream%2Fgstreamer.git aggregator: fix up doc comment for set_src_caps It does not occur 'later' anymore https://bugzilla.gnome.org/show_bug.cgi?id=732662 --- diff --git a/libs/gst/base/gstaggregator.c b/libs/gst/base/gstaggregator.c index 0868d53..bc53044 100644 --- a/libs/gst/base/gstaggregator.c +++ b/libs/gst/base/gstaggregator.c @@ -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. */