mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
No \n for DEBUG, thank you
Original commit message from CVS: No \n for DEBUG, thank you
This commit is contained in:
parent
62cea79ba7
commit
005a79ba91
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue