summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-06-05 21:41:52 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-06-05 21:41:52 +0000
commitcf7888fd6f8286d0e661dbc5843fcb8848f30d25 (patch)
tree2b64d78a44e2993f687b0f4465b804a2246dd269
parent777b8fde5713cc2b9a00a6ff2712faf1324864a3 (diff)
downloadgstreamer-plugins-bad-cf7888fd6f8286d0e661dbc5843fcb8848f30d25.tar.gz
fixes #114315 g_warning -> GST_DEBUG
Original commit message from CVS: fixes #114315 g_warning -> GST_DEBUG
-rw-r--r--ext/ladspa/gstladspa.c2
1 files changed, 1 insertions, 1 deletions
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);