From 1a8a371bce30ed668a1209e17aa0ee808a1ccf92 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 23 Feb 2012 15:32:19 +0100 Subject: [PATCH] bufferpool: improve docs --- gst/gstbufferpool.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gst/gstbufferpool.h b/gst/gstbufferpool.h index 7c209eb..c2f9207 100644 --- a/gst/gstbufferpool.h +++ b/gst/gstbufferpool.h @@ -138,7 +138,9 @@ struct _GstBufferPool { * be released when there are no buffers available. * @alloc_buffer: allocate a buffer. the default implementation allocates * buffers from the default memory allocator and with the configured - * size, prefix and alignment. + * size, prefix and alignment. All metadata that is present on the + * allocated buffer will be marked as #GST_META_FLAG_POOLED and will not + * be removed from the buffer in @reset_buffer. * @reset_buffer: reset the buffer to its state when it was freshly allocated. * The default implementation will clear the flags, timestamps and * will remove the metadata added after alloc_buffer. -- 2.7.4