mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
fix minor typo
Original commit message from CVS: fix minor typo
This commit is contained in:
parent
55bb164fb5
commit
5bb8f132f5
2 changed files with 2 additions and 2 deletions
|
@ -181,7 +181,7 @@ gst_aggregator_request_new_pad (GstElement *element, GstPadTemplate *templ, cons
|
||||||
g_return_val_if_fail (GST_IS_AGGREGATOR (element), NULL);
|
g_return_val_if_fail (GST_IS_AGGREGATOR (element), NULL);
|
||||||
|
|
||||||
if (templ->direction != GST_PAD_SINK) {
|
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;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -181,7 +181,7 @@ gst_aggregator_request_new_pad (GstElement *element, GstPadTemplate *templ, cons
|
||||||
g_return_val_if_fail (GST_IS_AGGREGATOR (element), NULL);
|
g_return_val_if_fail (GST_IS_AGGREGATOR (element), NULL);
|
||||||
|
|
||||||
if (templ->direction != GST_PAD_SINK) {
|
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;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue