fix minor typo
authorDavid Schleef <ds@schleef.org>
Sat, 29 Nov 2003 04:39:29 +0000 (04:39 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 29 Nov 2003 04:39:29 +0000 (04:39 +0000)
Original commit message from CVS:
fix minor typo

gst/elements/gstaggregator.c
plugins/elements/gstaggregator.c

index 797d41a..f5e6e31 100644 (file)
@@ -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;
   }
 
index 797d41a..f5e6e31 100644 (file)
@@ -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;
   }