aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
AgeCommit message (Collapse)Author
2017-03-01apq8096: enable freedreno graphicsNicolas Dechesne
Add SoC customization for mesa, gstreamer and xorg. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-12-15gstreamer1.0-plugins-bad: default to using gles2/egl for x11Nicolas Dechesne
Older version of gstreamer neeeded Desktop GL for glimagesink to work well. This is no longer the case, so let's default to using gles2/egl from now on. This is fine for gst 1.8 and above. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-11-08gstreamer1.0-plugins-bad: fix the logic to set GL option in -badNicolas Dechesne
The purpose of this .bbappend file is to enable the right GL config option in Gstreamer -bad plugins for qcom based chipset. The current logic was broken: when building with no x11 and no wayland in DISTRO_FEATURES we would set PACKAGECONFIG_GL to opengl which is wrong, since opengl depends on x11 (in -bad). So the right thing to do is to set it to opengl is x11 is in DISTRO_FEATURES and gles2 otherwise, e.g. when building for wayland only (no X11) and for use cases such as Qt5/EGLFS that does not use x11 nor wayland. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-07-05Use $SOC_FAMILY instead of $MACHINE in BSPNicolas Dechesne
In many recipes we have been using $MACHINE to add customization. As we are about to add more boards based on similar SoC, we need to use $SOC_FAMILY as override instead of $MACHINE. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-10-12gstreamer1.0-plugins-bad: opengl configurationChristophe Priouzeau
On the case of wayland, we must use the "gles2" configuration instead of "opengl" configuration. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@linaro.org> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-07-30gstreamer1.0-plugins-bad: add opengl in PACKAGECONFIG for compatible machinesNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>