projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1312e75
)
Update to new debugging system
author
Angel Carpintero
<ack@telefonica.net>
Fri, 18 Jul 2003 15:59:03 +0000
(15:59 +0000)
committer
Angel Carpintero
<ack@telefonica.net>
Fri, 18 Jul 2003 15:59:03 +0000
(15:59 +0000)
Original commit message from CVS:
Update to new debugging system
gst/tcp/gsttcpsink.c
patch
|
blob
|
history
diff --git
a/gst/tcp/gsttcpsink.c
b/gst/tcp/gsttcpsink.c
index e2ca9d5d7646204277427a4ce6a1a17f23f0dd33..38986228ae7a1f75a99a77bbdf9ea2a55843ae8f 100644
(file)
--- a/
gst/tcp/gsttcpsink.c
+++ b/
gst/tcp/gsttcpsink.c
@@
-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);
}