playsinkconvertbin: Change GST_WARNING to GST_INFO
It's not a problem if we have no converters, this only means that none were requested at this point.
This commit is contained in:
parent
754d0fca25
commit
80e4f3e912
@ -517,7 +517,7 @@ gst_play_sink_convert_bin_cache_converter_caps (GstPlaySinkConvertBin * self)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!self->conversion_elements) {
|
if (!self->conversion_elements) {
|
||||||
GST_WARNING_OBJECT (self, "No conversion elements");
|
GST_INFO_OBJECT (self, "No conversion elements");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user