From 8aa4cadc9bc77d2ce9d353cda190771f4e41282e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 5 Jun 2003 21:40:55 +0000 Subject: g_warning -> GST_DEBUG Original commit message from CVS: g_warning -> GST_DEBUG --- ext/ladspa/gstladspa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c index 7f941b81..ed96e835 100644 --- a/ext/ladspa/gstladspa.c +++ b/ext/ladspa/gstladspa.c @@ -469,7 +469,7 @@ gst_ladspa_init (GstLADSPA *ladspa) else if (sinkcount==0 && srccount == 0){ /* for some reason these plugins exist - we'll just ignore them */ } else { - g_warning("%d sink pads, %d src pads not yet supported", sinkcount, srccount); + GST_DEBUG (0, "%d sink pads, %d src pads not yet supported", sinkcount, srccount); } gst_ladspa_instantiate (ladspa); -- cgit v1.2.1