[Bug 782556] decklinkvideosrc: Implement a custom memory allocator
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jul 11 11:27:22 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=782556
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit f0c7fbb371494bbe0721ef2abdff01b0fe7c7474 (HEAD -> master, origin/master,
origin/HEAD)
Author: Georg Lippitsch <glippitsch at toolsonair.com>
Date: Fri May 12 14:39:54 2017 +0200
decklinkvideosrc: Add custom memory allocator
The default memory allocator of the decklink library allocates
a fixed pool of buffers, and the number of buffers is unknown.
This makes it impossible do useful queuing downstream. The new
memory allocator can create an unlimited number of buffers,
giving all queuing features one would expect from a live source.
https://bugzilla.gnome.org/show_bug.cgi?id=782556
--
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