[Bug 752116] adapter: failure of gst_adapter_get_(buffer_)list

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 8 04:18:07 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=752116

--- Comment #1 from Hyunjun <zzoon.ko at samsung.com> ---
Created attachment 307067
  --> https://bugzilla.gnome.org/attachment.cgi?id=307067&action=edit
adapter: unit test for new get_(buffer_)list

IMHO, in gst_adapter_get_buffer_list, in while loop,

cur = adapter->buflist->data;

But cur always points out to the first buffer. Because gst_adapter_get_buffer
doesn't flush anything and not update any index(something like adapter->skip)

Does this need to fix?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list