[Bug 796918] implement dmabuf export on encoder input buffers

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 3 11:22:41 UTC 2018


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

--- Comment #6 from Guillaume Desmottes <gdesmott at gnome.org> ---
Created attachment 373259
  --> https://bugzilla.gnome.org/attachment.cgi?id=373259&action=edit
omxvideo{enc,dec}: stop calling shutdown() in change_state

This is no longer needed since we implemented close() vfuncs as the
encoder/decoder base class already take care of calling close() (which
is calling shutdown()) in its own change_state implementation.

We also move the shut down of the component from PAUSED_TO_READY to
READY_TO_NULL.
By doing so upstream will have already deactivated the pool from the
encoder and so won't be preventing the OMX state change as the buffers
will all be released.

-- 
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