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:
7fec860
)
this debugging would have borked
author
Steve Baker
<steve@stevebaker.org>
Sun, 1 Dec 2002 01:39:35 +0000
(
01:39
+0000)
committer
Steve Baker
<steve@stevebaker.org>
Sun, 1 Dec 2002 01:39:35 +0000
(
01:39
+0000)
Original commit message from CVS:
this debugging would have borked
gst/gstbuffer.c
patch
|
blob
|
history
diff --git
a/gst/gstbuffer.c
b/gst/gstbuffer.c
index 5700634629cca8f4cacc0238f7a25733696fdc3b..e9c0eabf455bc3aa8cd42d52de583b9822ff9336 100644
(file)
--- a/
gst/gstbuffer.c
+++ b/
gst/gstbuffer.c
@@
-391,9
+391,8
@@
gst_buffer_span (GstBuffer *buf1, guint32 offset, GstBuffer *buf2, guint32 len)
buf1->data - parent->data + offset, len);
}
else {
- GST_DEBUG (GST_CAT_BUFFER,
- "slow path taken while spanning buffers %p and %p",
- buffer, append);
+ GST_DEBUG (GST_CAT_BUFFER, "slow path taken while spanning buffers %p and %p",
+ buf1, buf2);
/* otherwise we simply have to brute-force copy the buffers */
newbuf = gst_buffer_new_and_alloc (len);