[oe-commits] [openembedded-core] 22/43: gstreamer1.0-plugins-good: disable gtk plugin

git at git.openembedded.org git at git.openembedded.org
Tue Jul 17 08:14:18 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2c574d5fef3d9cb1f361f0eeae96355b65f8e52f
Author: Anuj Mittal <anuj.mittal at intel.com>
AuthorDate: Fri Jul 13 14:57:55 2018 +0800

    gstreamer1.0-plugins-good: disable gtk plugin
    
    gtk-play example assumes that GTK's GL support always works if it is
    compiled in and first tries to use gtkglsink element which leads to
    problems if there are errors while instantiating GL context at a much
    later stage. This failure isn't detected and there is no fallback at
    this point.
    
    gtkglsink works on wayland though using poky defaults with gtk+3 since
    the gdk backend does support egl with wayland but it doesn't with x11.
    
    Disable the gtk plugin to ensure gtk-play just moves on when gtkglsink
    isn't present. This was the default when gtk was part of -plugins-bad
    before upgrade to 1.14.0.
    
    Fixes [YOCTO #12832]
    
    Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.1.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.1.bb
index 36eb310..673bf10 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.1.bb
@@ -27,7 +27,6 @@ inherit gettext
 PACKAGECONFIG ??= " \
     ${GSTREAMER_ORC} \
     ${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio x11', d)} \
-    ${@bb.utils.contains_any('DISTRO_FEATURES', d.getVar('GTK3DISTROFEATURES'), 'gtk', '', d)} \
     cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib v4l2 bz2 zlib mpg123 lame \
 "
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list