From 3f9516cef862e33085e9833d9673fa9534e06f3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 10 Oct 2012 11:34:27 +0200 Subject: [PATCH] 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. --- gst/gstpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstpad.c b/gst/gstpad.c index 92891fa..e609fe2 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -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; } -- 2.7.4