mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
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
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue