playsinkconvertbin: Change GST_WARNING to GST_INFO
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 10 Oct 2012 09:50:12 +0000 (11:50 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 10 Oct 2012 09:50:12 +0000 (11:50 +0200)
It's not a problem if we have no converters, this only means
that none were requested at this point.

gst/playback/gstplaysinkconvertbin.c

index b6e3374..7366ec7 100644 (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;
   }