[Bug 787093] omx: add dynamic buffer mode from OMX 1.2.0

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Dec 14 08:18:38 UTC 2017


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

Guillaume Desmottes <gdesmott at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #364681|0                           |1
        is obsolete|                            |

--- Comment #22 from Guillaume Desmottes <gdesmott at gnome.org> ---
Created attachment 365521
  --> https://bugzilla.gnome.org/attachment.cgi?id=365521&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