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