basetransform: Make a WARNING into a DEBUG statement
authorHavard Graff <havard.graff@tandberg.com>
Tue, 4 May 2010 07:36:43 +0000 (09:36 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 23 Sep 2010 19:55:04 +0000 (21:55 +0200)
Fixes bug #630437.

libs/gst/base/gstbasetransform.c

index 07f87f3..6feb39f 100644 (file)
@@ -1071,7 +1071,7 @@ done:
   /* ERRORS */
 no_transform_possible:
   {
-    GST_WARNING_OBJECT (trans,
+    GST_DEBUG_OBJECT (trans,
         "transform could not transform %" GST_PTR_FORMAT
         " in anything we support", caps);
     ret = FALSE;