[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
Tue Dec 12 15:34:37 UTC 2017


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

--- Comment #12 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Review of attachment 365430:
 --> (https://bugzilla.gnome.org/review?bug=759043&attachment=365430)

::: omx/gstomxvideo.c
@@ +208,3 @@
+    return 0;
+
+  return (((OMX_U32) info->fps_n) << 16) / (OMX_U32) (info->fps_d);

Wouln't it be even safe to expand to 64bit and decide the 64bit value to later
truncate it to 32bit ?

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