[Bug 752363] appsink/src add support for buffer lists

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 1 07:39:17 UTC 2016


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

--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
It's not a bug, buffer lists would just be transparently converted to single
buffers currently and it would all work without the application having to know.

If you add buffer list support, you need to ensure to only pass buffer lists to
the application if it opted in (e.g. by a property) and otherwise split the
buffer list into individual buffers again. Otherwise you break applications
that work now (because buffer lists are transparently split now).

-- 
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