GNOME Bugzilla – Bug 697574
Only use EGL code paths conditionally if gstreamer-egl is available
Last modified: 2014-07-23 08:08:20 UTC
Created attachment 240963 [details] [review] Check properly for gstreamer-egl and use for RPi-target if available Not sure if there was a reason it wasn't done like this in the first place, or if the fallback cases still work, so just attaching it to bugzilla for now.
Comment on attachment 240963 [details] [review] Check properly for gstreamer-egl and use for RPi-target if available Looks good but this should be done only for #if defined(USE_OMX_TARGET_RPI) && defined(HAVE_GST_EGL) The EGL code is RPi specific
Ok, changed as requested (haven't tried on rpi yet though): commit a2db76b048db278ef0aa798e106b7594264e06c0 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Mon Apr 8 17:26:16 2013 +0100 Check for gstreamer-egl And don't use if not available. https://bugzilla.gnome.org/show_bug.cgi?id=697574