projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e8e6963
)
move a recurring normal event to LOG, where it should be
author
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 26 Jul 2006 10:55:13 +0000
(10:55 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 26 Jul 2006 10:55:13 +0000
(10:55 +0000)
Original commit message from CVS:
move a recurring normal event to LOG, where it should be
gst/tcp/gsttcp.c
patch
|
blob
|
history
diff --git
a/gst/tcp/gsttcp.c
b/gst/tcp/gsttcp.c
index e6e05c0cf6d4db6eb1a4afb1934b3d50b29ed1b8..907f65b245c799694a1d083eea4a494bcc87924a 100644
(file)
--- a/
gst/tcp/gsttcp.c
+++ b/
gst/tcp/gsttcp.c
@@
-276,7
+276,7
@@
gst_tcp_read_buffer (GstElement * this, int socket, int cancel_fd,
/* but mom, you promised to give me readsize bytes! */
goto short_read;
/* but mom, you promised to give me readsize bytes! */
goto short_read;
- GST_
DEBUG_OBJECT (this, "returning buffer of size %d", GST_BUFFER_SIZE (
buf));
+ GST_
LOG_OBJECT (this, "returning buffer of size %d", GST_BUFFER_SIZE (*
buf));
return GST_FLOW_OK;
/* ERRORS */
return GST_FLOW_OK;
/* ERRORS */