aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
AgeCommit message (Collapse)Author
2019-03-18common/gstreamer: fix multimedia-only build when graphics arent enabledArsalan H. Awan
This fixes the build failure when multimedia feature is enabled and graphics is not. GStreamer needs graphics to display videos. PACKAGECONFIGs of gstreamer1.0-plugins-bad such as gles2, egl & vulkan depend on libdrm and eventually on x11 for graphics requirement. In MEL for AMD, x11 is only enabled when graphics feature is enabled. Therefore, we disable the gles2, egl & vulkan PACKAGECONFIGs when graphics are not available. INTAMDDET-2686 Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-03-18common/gstreamer: wayland isnt supported so remove it from plugins-badArsalan H. Awan
This disables the wayland PACKAGECONFIG of gstreamer1.0-plugins-bad as we do not support wayland. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2016-05-20Merge remote-tracking branch 'origin/cedar' into masterAwais Belal
Conflicts: common/recipes-devtools/python/python_2.7.9.bbappend
2016-04-22Revert "gstreamer1.0-plugins-bad: fix gstreamer faad playback crash"Drew Moseley
This is already in the upstream version. This reverts commit bb30ae3f89438bdf208e42a9bb6e8ab92437580e.
2016-04-14gstreamer1.0-plugins-bad: Add VDPAU supportMichael
2016-03-09gstreamer1.0-plugins-bad: fix gstreamer faad playback crashAwais Belal
A bug in the configuration script caused usage of wrong build parameters which in turn made the faad backend crash in various scernarios. This essentially backports a patch from gstreamer1.0-plugins-bad upstream to fix the issue. https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=1f738ca5b8711ca5532a326cd646312e60484863 Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-07-29amd: Enable faad packageconfig for gstreamer1.0-plugins-badDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>