[Bug 775948] omxvideodec: Support for egl_render on RPi breaks dynamic resolution changes

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Jan 1 21:20:41 UTC 2017


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

--- Comment #4 from minfrin at sharp.fm ---
> If I'm not missing anything, this fallback case is missing now?

The fallback case isn't missing, no. Instead it properly falls back to the
original code.

> Shouldn't it try negotiating with EGLImage/RGBA first, and only
> if that fails fall back to using no EGLImage as your patch does now?

That's exactly what it does:

- work out what the current format is, set that aside
- try set/negotiate RGBA
- if successful, follow the egl_render path; otherwise
- if unsuccessful, follow the original code path as a fallback, restoring the
original format

Previously the code attempted to duplicate the original code, which in turn
introduced the bug. That duplication has been removed and we revert back to the
original code and behaviour.

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