From b1f88b3f1ff5cd2fcffaf6afb4ea4fc6de6fed1b Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 30 Sep 2009 16:41:07 +0300 Subject: [PATCH] docs: rename aggregator to adder in the docs. --- gst/gstutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstutils.c b/gst/gstutils.c index a3cd02c027..0897432608 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -2654,7 +2654,7 @@ intersect_caps_func (GstPad * pad, GValue * ret, GstPad * orig) * * This function is useful as a default getcaps function for an element * that can handle any stream format, but requires all its pads to have - * the same caps. Two such elements are tee and aggregator. + * the same caps. Two such elements are tee and adder. * * Returns: the intersection of the other pads' allowed caps. */