mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 04:45:47 +00:00
basesrc: use DEBUG instead of ERROR for logging
Don't use the ERROR log category because the allocation failure migh only be bacause of a state change.
This commit is contained in:
parent
43f61f5c40
commit
c887dd41f8
1 changed files with 1 additions and 1 deletions
|
@ -1313,7 +1313,7 @@ no_function:
|
||||||
}
|
}
|
||||||
alloc_failed:
|
alloc_failed:
|
||||||
{
|
{
|
||||||
GST_ERROR_OBJECT (src, "Failed to allocate %u bytes", size);
|
GST_DEBUG_OBJECT (src, "Failed to allocate buffer", size);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
not_ok:
|
not_ok:
|
||||||
|
|
Loading…
Reference in a new issue