From 478fff7d78b870662df724cdd2d5b891be5c9536 Mon Sep 17 00:00:00 2001 From: "Joshua N. Pritikin" Date: Sun, 23 Sep 2001 04:24:22 +0000 Subject: [PATCH] more doc Original commit message from CVS: more doc --- gst/gstbuffer.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/gstbuffer.h b/gst/gstbuffer.h index fb264c224f..75b2c43976 100644 --- a/gst/gstbuffer.h +++ b/gst/gstbuffer.h @@ -30,6 +30,10 @@ // // #define GST_BUFFER_WHERE // +// Then in gdb, you can `call gst_buffer_print_live()' to get a list +// of allocated GstBuffers and also the file:line where they were +// allocated. +// #include #include