mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
bufferlist: fix a comment
This commit is contained in:
parent
22a48fb08c
commit
19dc33935e
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ _gst_buffer_list_copy (GstBufferList * list)
|
|||
/* shallow copy of list and pointers */
|
||||
list_copy->buffers = g_list_copy (list->buffers);
|
||||
|
||||
/* copy all buffers in the list */
|
||||
/* ref all buffers in the list */
|
||||
tmp = list_copy->buffers;
|
||||
while (tmp) {
|
||||
if (tmp->data != GROUP_START && tmp->data != STOLEN) {
|
||||
|
|
Loading…
Reference in a new issue