g_warning -> GST_DEBUG
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 5 Jun 2003 21:40:55 +0000 (21:40 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 5 Jun 2003 21:40:55 +0000 (21:40 +0000)
Original commit message from CVS:
g_warning -> GST_DEBUG

ext/ladspa/gstladspa.c

index 7f941b8..ed96e83 100644 (file)
@@ -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);