mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +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 */
|
/* ERRORS */
|
||||||
no_transform_possible:
|
no_transform_possible:
|
||||||
{
|
{
|
||||||
GST_WARNING_OBJECT (trans,
|
GST_DEBUG_OBJECT (trans,
|
||||||
"transform could not transform %" GST_PTR_FORMAT
|
"transform could not transform %" GST_PTR_FORMAT
|
||||||
" in anything we support", caps);
|
" in anything we support", caps);
|
||||||
ret = FALSE;
|
ret = FALSE;
|
||||||
|
|
Loading…
Reference in a new issue