basetransform: Make a WARNING into a DEBUG statement

Fixes bug #630437.
This commit is contained in:
Havard Graff 2010-05-04 09:36:43 +02:00 committed by Sebastian Dröge
parent a95eacb56a
commit 51d20158be

View file

@ -1071,7 +1071,7 @@ done:
/* ERRORS */
no_transform_possible:
{
GST_WARNING_OBJECT (trans,
GST_DEBUG_OBJECT (trans,
"transform could not transform %" GST_PTR_FORMAT
" in anything we support", caps);
ret = FALSE;