From 19dc33935e5424b9f947817b867514f9f5bf9941 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 12 May 2009 15:33:25 +0200 Subject: [PATCH] bufferlist: fix a comment --- gst/gstbufferlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstbufferlist.c b/gst/gstbufferlist.c index 7bc2d9c42e..34f5933aaf 100644 --- a/gst/gstbufferlist.c +++ b/gst/gstbufferlist.c @@ -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) {