mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
decodebin2: Demote WARNING to DEBUG
Delaying auto-plugging is quite common
This commit is contained in:
parent
25aa25be3a
commit
dad72182a0
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue