fix minor typo

Original commit message from CVS:
fix minor typo
This commit is contained in:
David Schleef 2003-11-29 04:39:29 +00:00
parent 55bb164fb5
commit 5bb8f132f5
2 changed files with 2 additions and 2 deletions

View 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;
}

View 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;
}