From c547e010187efde0615d625339936466def84282 Mon Sep 17 00:00:00 2001 From: Prashant Gotarne Date: Tue, 7 Apr 2015 14:34:58 +0530 Subject: [PATCH] bufferlist: minor docs addition for gst_buffer_list_get() Return buffer remains valid as long as list is valid and buffer is not removed from list. https://bugzilla.gnome.org/show_bug.cgi?id=747438 --- gst/gstbufferlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstbufferlist.c b/gst/gstbufferlist.c index 5319f70..18f0e39 100644 --- a/gst/gstbufferlist.c +++ b/gst/gstbufferlist.c @@ -274,7 +274,7 @@ gst_buffer_list_foreach (GstBufferList * list, GstBufferListFunc func, * * Returns: (transfer none) (nullable): the buffer at @idx in @group * or %NULL when there is no buffer. The buffer remains valid as - * long as @list is valid. + * long as @list is valid and buffer is not removed from the list. */ GstBuffer * gst_buffer_list_get (GstBufferList * list, guint idx) -- 2.7.4