diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-06-05 21:40:55 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-06-05 21:40:55 +0000 |
commit | 8aa4cadc9bc77d2ce9d353cda190771f4e41282e (patch) | |
tree | e87e1b32b17f277ffa9b007f6c0b5151e5422d8b | |
parent | 704d768f32c9d0dbede9a232b645cfb676b2ff3d (diff) | |
download | gst-plugins-bad-8aa4cadc9bc77d2ce9d353cda190771f4e41282e.tar.gz gst-plugins-bad-8aa4cadc9bc77d2ce9d353cda190771f4e41282e.tar.bz2 gst-plugins-bad-8aa4cadc9bc77d2ce9d353cda190771f4e41282e.zip |
g_warning -> GST_DEBUG
Original commit message from CVS:
g_warning -> GST_DEBUG
-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); |