bufferlist: minor docs addition for gst_buffer_list_get()
authorPrashant Gotarne <ps.gotarne@samsung.com>
Tue, 7 Apr 2015 09:04:58 +0000 (14:34 +0530)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 8 Apr 2015 08:44:29 +0000 (09:44 +0100)
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

index 5319f70..18f0e39 100644 (file)
@@ -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)