decodebin2: Demote WARNING to DEBUG
authorEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 11 Jul 2012 08:31:09 +0000 (10:31 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Thu, 12 Jul 2012 07:51:36 +0000 (09:51 +0200)
Delaying auto-plugging is quite common

gst/playback/gstdecodebin2.c

index e58efc4..b2dd3ef 100644 (file)
@@ -1742,8 +1742,7 @@ non_fixed:
   }
 any_caps:
   {
-    GST_WARNING_OBJECT (pad,
-        "pad has ANY caps, not able to autoplug to anything");
+    GST_DEBUG_OBJECT (pad, "pad has ANY caps, delaying auto-pluggin");
     goto setup_caps_delay;
   }
 setup_caps_delay: