summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-player_git.bb
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-04-28 14:54:34 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-29 11:17:23 +0100
commit1565a2491847370939b87f6fd0c281b7f317ab1c (patch)
treeef9a68c8fbea91511cf10216fb6c21dd2e7c2f1d /meta/recipes-multimedia/gstreamer/gst-player_git.bb
parentd7ec005904b456c62a226efd5c6931e81459052a (diff)
downloadpoky-1565a2491847370939b87f6fd0c281b7f317ab1c.tar.gz
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. (From OE-Core rev: 1092a8d4bc78a53f60ad0137aeb08b31853db9eb) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-player_git.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-player_git.bb1
1 files changed, 1 insertions, 0 deletions
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 \
8 file://filechooser.patch;apply=0 \ 8 file://filechooser.patch;apply=0 \
9 file://Fix-pause-play.patch;apply=0 \ 9 file://Fix-pause-play.patch;apply=0 \
10 file://Add-error-signal-emission-for-missing-plugins.patch;apply=0 \ 10 file://Add-error-signal-emission-for-missing-plugins.patch;apply=0 \
11 file://0001-gtk-play-Disable-visualizations.patch \
11 file://gst-player.desktop" 12 file://gst-player.desktop"
12 13
13SRCREV = "ee3c226c82767a089743e4e06058743e67f73cdb" 14SRCREV = "ee3c226c82767a089743e4e06058743e67f73cdb"