No \n for DEBUG, thank you

Original commit message from CVS:
No \n for DEBUG, thank you
This commit is contained in:
Wim Taymans 2002-06-04 21:04:41 +00:00
parent 62cea79ba7
commit 005a79ba91
2 changed files with 4 additions and 4 deletions

View 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;
}

View 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;
}