mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 15:19:57 +00:00
improve diag output
Original commit message from CVS: improve diag output
This commit is contained in:
parent
478fff7d78
commit
03587e2155
1 changed files with 3 additions and 1 deletions
|
@ -324,7 +324,9 @@ void gst_buffer_print_live ()
|
|||
|
||||
for (elem = _debug_live; elem; elem = elem->next) {
|
||||
GstBuffer *buf = elem->data;
|
||||
g_print ("buffer %p created %s:%d\n", buf, buf->file, buf->line);
|
||||
g_print ("%sbuffer %p created %s:%d data=%p size=0x%lx\n",
|
||||
buf->parent? "sub":" ",
|
||||
buf, buf->file, buf->line, buf->data, buf->size);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue