From 80e4f3e912e24b5181285f70afe36aa6b977a12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 10 Oct 2012 11:50:12 +0200 Subject: [PATCH] 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. --- gst/playback/gstplaysinkconvertbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/playback/gstplaysinkconvertbin.c b/gst/playback/gstplaysinkconvertbin.c index b6e3374c1e..7366ec7b88 100644 --- a/gst/playback/gstplaysinkconvertbin.c +++ b/gst/playback/gstplaysinkconvertbin.c @@ -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; }