mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
basetransform: Make a WARNING into a DEBUG statement
Fixes bug #630437.
This commit is contained in:
parent
a95eacb56a
commit
51d20158be
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue