[Bug 759043] gst-omx: Timeout waiting for egl_render port 221 buffer release triggers subsequent "Insufficient resources" errors

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jul 10 19:40:06 UTC 2017


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

Julien Isorce <julien.isorce at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #316792|none                        |needs-work
             status|                            |

--- Comment #5 from Julien Isorce <julien.isorce at gmail.com> ---
Review of attachment 316792:
 --> (https://bugzilla.gnome.org/review?bug=759043&attachment=316792)

::: omx/gstomxvideodec.c
@@ +1910,2 @@
         return FALSE;
+#endif

Can you do something like: timeout = use_eglimage ? N : 1;
It is expected to take much time when using eglimages. Maybe N=2 or 3 will be
ok.
If you need N > 4 then I suspect that something else is wrong.

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