pad: Downgrade GST_WARNING to GST_INFO

It's usually not a problem if a query fails if there's no peer,
especially as it will happen during pad linking (caps query)
quite often and spams the logs.
This commit is contained in:
Sebastian Dröge 2012-10-10 11:34:27 +02:00
parent 775594fa3b
commit 3f9516cef8

View file

@ -3579,7 +3579,7 @@ sticky_failed:
}
no_peer:
{
GST_WARNING_OBJECT (pad, "pad has no peer");
GST_INFO_OBJECT (pad, "pad has no peer");
GST_OBJECT_UNLOCK (pad);
return FALSE;
}