g_warning -> GST_DEBUG
Original commit message from CVS: g_warning -> GST_DEBUG
This commit is contained in:
parent
704d768f32
commit
8aa4cadc9b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user