summaryrefslogtreecommitdiffstats
path: root/ext/ladspa
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-06-05 21:40:55 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-06-05 21:40:55 +0000
commitdbf13a6d539a49d9eaa9e928c5b3ba5665a269a4 (patch)
treeceafa536d396d522f97bf9aae0fee5be98bde9b1 /ext/ladspa
parent4cd27e99d5db6b27b1d7de84bb211be727db03b1 (diff)
g_warning -> GST_DEBUG
Original commit message from CVS: g_warning -> GST_DEBUG
Diffstat (limited to 'ext/ladspa')
-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 7f941b81..ed96e835 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);