[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
Thu Dec 14 09:22:26 UTC 2017


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #365477|none                        |committed
             status|                            |

--- Comment #20 from Julien Isorce <julien.isorce at gmail.com> ---
Comment on attachment 365477
  --> https://bugzilla.gnome.org/attachment.cgi?id=365477
omxvideodec: ignore very little variations of the framerate

commit 681087819372e57157a13fbf3ac813a3025a2a29
Author: Julien Isorce <jisorce at oblong.com>
Date:   Tue Dec 12 17:30:27 2017 +0000

    omxvideodec: ignore very little variations of the framerate

    If less than 1%.

    The dynamic format change should not happen when the
    resolution does not change and when only the framerate
    changes but very slightly, i.e. from 50000/1677=29.81
    to 89/3=29.66 so a "percentage change" of less than 1%
    (i.e. 100*(29.81-29.66)/29.66 = 0.50 < 1 ). In that case
    just ignore it to avoid unnecessary renegotiation.

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

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