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:
Sebastian Dröge 2012-10-10 11:50:12 +02:00
parent 754d0fca25
commit 80e4f3e912

View file

@ -517,7 +517,7 @@ gst_play_sink_convert_bin_cache_converter_caps (GstPlaySinkConvertBin * self)
}
if (!self->conversion_elements) {
GST_WARNING_OBJECT (self, "No conversion elements");
GST_INFO_OBJECT (self, "No conversion elements");
return;
}