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 704d768f32
commit 8aa4cadc9b

View file

@ -469,7 +469,7 @@ gst_ladspa_init (GstLADSPA *ladspa)
else if (sinkcount==0 && srccount == 0){ else if (sinkcount==0 && srccount == 0){
/* for some reason these plugins exist - we'll just ignore them */ /* for some reason these plugins exist - we'll just ignore them */
} else { } 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); gst_ladspa_instantiate (ladspa);