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:
Wim Taymans 2011-07-25 12:49:24 +02:00
parent 43f61f5c40
commit c887dd41f8

View file

@ -1313,7 +1313,7 @@ no_function:
}
alloc_failed:
{
GST_ERROR_OBJECT (src, "Failed to allocate %u bytes", size);
GST_DEBUG_OBJECT (src, "Failed to allocate buffer", size);
return ret;
}
not_ok: