[Bug 724481] bufferpool: Doesn't reset buffers when releasing them to the pool

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 17 06:05:40 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=724481
  GStreamer | gstreamer (core) | git

Nicolas Dufresne <nicolas.dufresne> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas.dufresne at collabora.
                   |                            |co.uk

--- Comment #1 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2014-02-17 14:25:44 UTC ---
First solution that comes to my mind would be to have caching in allocator, and
buffer pools could re-assemble buffers on the fly using that. A big change in
allocator, since buffer pool would want to block on the allocation. That need
to be carefully done to avoid introducing a new behaviour in existing allocator
calls, and mechanism like flushing found in buffer pool would also bee needed.

Silly, partial, good idea ?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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