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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 30 14:26:24 UTC 2017


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

Guillaume Desmottes <gdesmott at gnome.org> changed:

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

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