[gst-cvs] gstreamer: bufferlist: update doc string
Wim Taymans
wtay at kemper.freedesktop.org
Tue Aug 11 06:21:55 PDT 2009
Module: gstreamer
Branch: master
Commit: 824a0b5f5fddabbbc6c078e6fc61e11f2779a606
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=824a0b5f5fddabbbc6c078e6fc61e11f2779a606
Author: Jonas Holmberg <jonas.holmberg at axis.com>
Date: Tue Aug 11 15:20:18 2009 +0200
bufferlist: update doc string
---
gst/gstbufferlist.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/gst/gstbufferlist.c b/gst/gstbufferlist.c
index 5db81b8..cb3a05a 100644
--- a/gst/gstbufferlist.c
+++ b/gst/gstbufferlist.c
@@ -49,10 +49,9 @@
* </informalexample>
*
* 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:
More information about the Gstreamer-commits
mailing list