diff --git a/gst/elements/gstaggregator.c b/gst/elements/gstaggregator.c index 797d41a6f9..f5e6e317b2 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 797d41a6f9..f5e6e317b2 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; }