decodebin2: Demote WARNING to DEBUG

Delaying auto-plugging is quite common
This commit is contained in:
Edward Hervey 2012-07-11 10:31:09 +02:00
parent 25aa25be3a
commit dad72182a0

View 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: