diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-06-05 21:41:52 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-06-05 21:41:52 +0000 |
commit | cf7888fd6f8286d0e661dbc5843fcb8848f30d25 (patch) | |
tree | 2b64d78a44e2993f687b0f4465b804a2246dd269 /ext | |
parent | 777b8fde5713cc2b9a00a6ff2712faf1324864a3 (diff) | |
download | gst-plugins-bad-cf7888fd6f8286d0e661dbc5843fcb8848f30d25.tar.gz gst-plugins-bad-cf7888fd6f8286d0e661dbc5843fcb8848f30d25.tar.bz2 gst-plugins-bad-cf7888fd6f8286d0e661dbc5843fcb8848f30d25.zip |
fixes #114315 g_warning -> GST_DEBUG
Original commit message from CVS:
fixes #114315
g_warning -> GST_DEBUG
Diffstat (limited to 'ext')
-rw-r--r-- | ext/ladspa/gstladspa.c | 2 |
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); |