Update to new debugging system

Original commit message from CVS:
Update to new debugging system
This commit is contained in:
Angel Carpintero 2003-07-18 15:59:03 +00:00
parent 1312e75f80
commit bcdde63659

View file

@ -252,7 +252,7 @@ gst_tcpsink_chain (GstPad *pad, GstBuffer *buf)
if (tcpsink->clock) {
GstClockID id = gst_clock_new_single_shot_id (tcpsink->clock, GST_BUFFER_TIMESTAMP (buf));
GST_DEBUG (0, "tcpsink: clock wait: %" G_GUINT64_FORMAT "\n", GST_BUFFER_TIMESTAMP (buf));
GST_DEBUG ("tcpsink: clock wait: %" G_GUINT64_FORMAT "\n", GST_BUFFER_TIMESTAMP (buf));
gst_element_clock_wait (GST_ELEMENT (tcpsink), id, NULL);
gst_clock_id_free (id);
}