mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
g_warning -> GST_DEBUG
Original commit message from CVS: g_warning -> GST_DEBUG
This commit is contained in:
parent
4cd27e99d5
commit
dbf13a6d53
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue