projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cd27e9
)
g_warning -> GST_DEBUG
author
Thomas Vander Stichele
<thomas@apestaart.org>
Thu, 5 Jun 2003 21:40:55 +0000
(21:40 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/ext/ladspa/gstladspa.c
b/ext/ladspa/gstladspa.c
index
7f941b8
..
ed96e83
100644
(file)
--- 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);