From cf7888fd6f8286d0e661dbc5843fcb8848f30d25 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 5 Jun 2003 21:41:52 +0000 Subject: fixes #114315 g_warning -> GST_DEBUG Original commit message from CVS: fixes #114315 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 7f941b81a..ed96e8359 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