From 29aa39e99c71e2c7ae98883e72620e590e6ec965 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 24 Mar 2002 22:07:03 +0000 Subject: filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again --- gst/avi/gstavimux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/avi/gstavimux.c') diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c index b48fe858..4273a40a 100644 --- a/gst/avi/gstavimux.c +++ b/gst/avi/gstavimux.c @@ -284,7 +284,7 @@ gst_avimux_sinkconnect (GstPad *pad, GstCaps *vscaps) if (!GST_CAPS_IS_FIXED (vscaps)) return GST_PAD_CONNECT_DELAYED; - GST_DEBUG (0, "avimux: sinkconnect triggered on %s\n", gst_pad_get_name (pad)); + GST_DEBUG (0, "avimux: sinkconnect triggered on %s", gst_pad_get_name (pad)); for (caps = vscaps; caps != NULL; caps = vscaps = vscaps->next) { -- cgit