bufferlist: fix a comment
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 12 May 2009 13:33:25 +0000 (15:33 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 12 May 2009 13:33:25 +0000 (15:33 +0200)
gst/gstbufferlist.c

index 7bc2d9c..34f5933 100644 (file)
@@ -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) {