mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
pad: don't print WARNING debug statements for normal things like EOS, part II
This commit is contained in:
parent
f77db43a25
commit
4793930efb
1 changed files with 3 additions and 2 deletions
|
@ -4689,8 +4689,9 @@ dropping:
|
||||||
get_range_failed:
|
get_range_failed:
|
||||||
{
|
{
|
||||||
*buffer = NULL;
|
*buffer = NULL;
|
||||||
GST_CAT_WARNING_OBJECT (GST_CAT_SCHEDULING, pad,
|
GST_CAT_LEVEL_LOG (GST_CAT_SCHEDULING,
|
||||||
"getrange failed %s", gst_flow_get_name (ret));
|
(ret >= GST_FLOW_UNEXPECTED) ? GST_LEVEL_INFO : GST_LEVEL_WARNING,
|
||||||
|
pad, "getrange failed, flow: %s", gst_flow_get_name (ret));
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
not_negotiated:
|
not_negotiated:
|
||||||
|
|
Loading…
Reference in a new issue