From 5bb8f132f55f9e421af9cdf8bd750723e45b07f1 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 29 Nov 2003 04:39:29 +0000 Subject: [PATCH] fix minor typo Original commit message from CVS: fix minor typo --- gst/elements/gstaggregator.c | 2 +- plugins/elements/gstaggregator.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/elements/gstaggregator.c b/gst/elements/gstaggregator.c index 797d41a..f5e6e31 100644 --- a/gst/elements/gstaggregator.c +++ b/gst/elements/gstaggregator.c @@ -181,7 +181,7 @@ gst_aggregator_request_new_pad (GstElement *element, GstPadTemplate *templ, cons g_return_val_if_fail (GST_IS_AGGREGATOR (element), NULL); if (templ->direction != GST_PAD_SINK) { - g_warning ("gstaggregator: request new pad that is not a SRC pad\n"); + g_warning ("gstaggregator: request new pad that is not a sink pad\n"); return NULL; } diff --git a/plugins/elements/gstaggregator.c b/plugins/elements/gstaggregator.c index 797d41a..f5e6e31 100644 --- a/plugins/elements/gstaggregator.c +++ b/plugins/elements/gstaggregator.c @@ -181,7 +181,7 @@ gst_aggregator_request_new_pad (GstElement *element, GstPadTemplate *templ, cons g_return_val_if_fail (GST_IS_AGGREGATOR (element), NULL); if (templ->direction != GST_PAD_SINK) { - g_warning ("gstaggregator: request new pad that is not a SRC pad\n"); + g_warning ("gstaggregator: request new pad that is not a sink pad\n"); return NULL; } -- 2.7.4