mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
this debugging would have borked
Original commit message from CVS: this debugging would have borked
This commit is contained in:
parent
7fec8602c3
commit
5b920bb458
1 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue