pad: Change incompatible caps warning to GST_INFO
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9122>
This commit is contained in:
parent
6d1027f4ce
commit
c4e9fc288a
@ -3272,8 +3272,9 @@ gst_pad_query_accept_caps_default (GstPad * pad, GstQuery * query)
|
|||||||
result = gst_caps_is_subset (caps, allowed);
|
result = gst_caps_is_subset (caps, allowed);
|
||||||
}
|
}
|
||||||
if (!result) {
|
if (!result) {
|
||||||
GST_CAT_WARNING_OBJECT (GST_CAT_CAPS, pad, "caps: %" GST_PTR_FORMAT
|
GST_INFO_OBJECT (pad,
|
||||||
" were not compatible with: %" GST_PTR_FORMAT, caps, allowed);
|
"caps: %" GST_PTR_FORMAT " were not compatible with: %"
|
||||||
|
GST_PTR_FORMAT, caps, allowed);
|
||||||
}
|
}
|
||||||
gst_caps_unref (allowed);
|
gst_caps_unref (allowed);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user