From 1092a8d4bc78a53f60ad0137aeb08b31853db9eb Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Fri, 28 Apr 2017 14:54:34 +0300 Subject: gst-player: Disable visualizations as workaround Audio playback in gtk-play is broken with vaapi because the visualizations do not work: disable visualizations as workaround. This should be reverted as soon as [YOCTO #11410] is fixed. Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- meta/recipes-multimedia/gstreamer/gst-player_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-multimedia/gstreamer/gst-player_git.bb') diff --git a/meta/recipes-multimedia/gstreamer/gst-player_git.bb b/meta/recipes-multimedia/gstreamer/gst-player_git.bb index ebc4ae8caf..cb12a464a4 100644 --- a/meta/recipes-multimedia/gstreamer/gst-player_git.bb +++ b/meta/recipes-multimedia/gstreamer/gst-player_git.bb @@ -8,6 +8,7 @@ SRC_URI = "git://github.com/sdroege/gst-player.git \ file://filechooser.patch;apply=0 \ file://Fix-pause-play.patch;apply=0 \ file://Add-error-signal-emission-for-missing-plugins.patch;apply=0 \ + file://0001-gtk-play-Disable-visualizations.patch \ file://gst-player.desktop" SRCREV = "ee3c226c82767a089743e4e06058743e67f73cdb" -- cgit 1.2.3-korg