[Bug 779145] dmabuf export from vaapi encoders fails

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Mar 21 16:12:33 UTC 2017


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

--- Comment #9 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Problem would be:

  VAAPI produce a dmabuf
  glupload create a ELGImage and cache it (qdata on the GstMemory)
  glimagesink renders (all fine so far)
  The GstBuffer goes back to VAAPI
  VAAPI replace the FD
  glupload pick the cached EGLImage
  glimagesink renders from the wrong FD

My take, if you need to change FD, just grab another GstMemory object.

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