deinterleave; downgrade caps change failure debug message
Add some more info and downgrade to warning, so it doesn't look like the unit test failed.
This commit is contained in:
parent
0fa3992e37
commit
42cc0d1e48
@ -409,7 +409,9 @@ gst_deinterleave_sink_setcaps (GstDeinterleave * self, GstCaps * caps)
|
|||||||
|
|
||||||
cannot_change_caps:
|
cannot_change_caps:
|
||||||
{
|
{
|
||||||
GST_ERROR_OBJECT (self, "can't set new caps: %" GST_PTR_FORMAT, caps);
|
GST_WARNING_OBJECT (self, "caps change from %" GST_PTR_FORMAT
|
||||||
|
" to %" GST_PTR_FORMAT " not supported: channel number or channel "
|
||||||
|
"positions change", self->sinkcaps, caps);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
unsupported_caps:
|
unsupported_caps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user