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:
Tim-Philipp Müller 2012-07-03 19:38:39 +01:00
parent 0fa3992e37
commit 42cc0d1e48

View file

@ -409,7 +409,9 @@ gst_deinterleave_sink_setcaps (GstDeinterleave * self, GstCaps * 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;
}
unsupported_caps: