[Bug 787093] omx: add dynamic buffer mode from OMX 1.2.0
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Aug 31 16:52:19 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=787093
--- Comment #1 from Guillaume Desmottes <gdesmott at gnome.org> ---
Created attachment 358872
--> https://bugzilla.gnome.org/attachment.cgi?id=358872&action=edit
omx: add API to implement dynamic buffers support
OMX 1.2.0 introduced a third way to manage buffers by allowing
components to only allocate buffers header during their initialization
and change their pBuffer pointer at runtime.
This new feature can save us a copy between GStreamer and OMX for each
input buffer.
This patch adds API to allocate and use such buffers.
--
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