From 824a0b5f5fddabbbc6c078e6fc61e11f2779a606 Mon Sep 17 00:00:00 2001 From: Jonas Holmberg Date: Tue, 11 Aug 2009 15:20:18 +0200 Subject: [PATCH] bufferlist: update doc string --- gst/gstbufferlist.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gst/gstbufferlist.c b/gst/gstbufferlist.c index 5db81b804f..cb3a05a199 100644 --- a/gst/gstbufferlist.c +++ b/gst/gstbufferlist.c @@ -49,10 +49,9 @@ * * * The gst_buffer_list_iterator_remove(), gst_buffer_list_iterator_steal(), - * gst_buffer_list_iterator_take(), gst_buffer_list_iterator_do() and - * gst_buffer_list_iterator_do_data() functions are not defined in terms of the - * cursor position; they operate on the last element returned from - * gst_buffer_list_iterator_next(). + * gst_buffer_list_iterator_take() and gst_buffer_list_iterator_do() functions + * are not defined in terms of the cursor position; they operate on the last + * element returned from gst_buffer_list_iterator_next(). * * The basic use pattern of creating a buffer list with an iterator is as * follows: