projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84fdf50
)
bufferlist: minor docs addition for gst_buffer_list_get()
author
Prashant Gotarne
<ps.gotarne@samsung.com>
Tue, 7 Apr 2015 09:04:58 +0000
(14:34 +0530)
committer
Tim-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
patch
|
blob
|
history
diff --git
a/gst/gstbufferlist.c
b/gst/gstbufferlist.c
index
5319f70
..
18f0e39
100644
(file)
--- 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)