g_warning -> GST_DEBUG

Original commit message from CVS:
g_warning -> GST_DEBUG
This commit is contained in:
Thomas Vander Stichele 2003-06-05 21:40:55 +00:00
parent 4cd27e99d5
commit dbf13a6d53

View file

@ -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);