From 1a0b4f88c2bc7951c0c0db6a972e7c2b572dfd2a Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Mon, 11 Aug 2014 23:38:40 +1000 Subject: [PATCH] aggregator: fix up doc comment for set_src_caps It does not occur 'later' anymore https://bugzilla.gnome.org/show_bug.cgi?id=732662 --- libs/gst/base/gstaggregator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.7.4