[Bug 759358] Add GST_CAPS_FEATURE_MEMORY_DMABUF "memory:DMABuf"

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 14 07:03:44 PST 2015


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

--- Comment #5 from Julien Isorce <julien.isorce at gmail.com> ---
So in addition to 

+ * It helps pipeline negotiation when the exporter is the upstream element
from
+ * the importer point of view.

It is useful to force dmabuf usage in order to avoid any conversion between
exporter and importer. The elements that cannot handle this caps feature will
just put themself in passthrough mode (videobalance, videoscale, videoconvert
...)
Same idea as between omxvideodec and glimagesin when using memory:EGLImage.

For example if the exporter is gstvaapidecodebin and importer is glimagesink
then the decoder may want to set GST_CAPS_FEATURE_MEMORY_DMABUF to ensure to
terminate the pipeline if importation fails.

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