No \n for DEBUG, thank you
authorWim Taymans <wim.taymans@gmail.com>
Tue, 4 Jun 2002 21:04:41 +0000 (21:04 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 4 Jun 2002 21:04:41 +0000 (21:04 +0000)
Original commit message from CVS:
No \n for DEBUG, thank you

gst/elements/gstfakesrc.c
plugins/elements/gstfakesrc.c

index bace80d..55325b0 100644 (file)
@@ -686,10 +686,10 @@ gst_fakesrc_get(GstPad *pad)
     g_object_notify (G_OBJECT (src), "last_message");
   }
 
-  GST_DEBUG_ELEMENT (GST_CAT_DATAFLOW, src, "pre handoff emit\n");
+  GST_DEBUG_ELEMENT (GST_CAT_DATAFLOW, src, "pre handoff emit");
   g_signal_emit (G_OBJECT (src), gst_fakesrc_signals[SIGNAL_HANDOFF], 0,
                    buf, pad);
-  GST_DEBUG_ELEMENT (GST_CAT_DATAFLOW, src, "post handoff emit\n");
+  GST_DEBUG_ELEMENT (GST_CAT_DATAFLOW, src, "post handoff emit");
 
   return buf;
 }
index bace80d..55325b0 100644 (file)
@@ -686,10 +686,10 @@ gst_fakesrc_get(GstPad *pad)
     g_object_notify (G_OBJECT (src), "last_message");
   }
 
-  GST_DEBUG_ELEMENT (GST_CAT_DATAFLOW, src, "pre handoff emit\n");
+  GST_DEBUG_ELEMENT (GST_CAT_DATAFLOW, src, "pre handoff emit");
   g_signal_emit (G_OBJECT (src), gst_fakesrc_signals[SIGNAL_HANDOFF], 0,
                    buf, pad);
-  GST_DEBUG_ELEMENT (GST_CAT_DATAFLOW, src, "post handoff emit\n");
+  GST_DEBUG_ELEMENT (GST_CAT_DATAFLOW, src, "post handoff emit");
 
   return buf;
 }