summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-player_git.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-09-25 21:40:05 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-28 10:16:03 +0100
commit850ded308cd55df6722725c4f8356178ee2ef3ad (patch)
tree1b82064a3642488ca9e7ebddef8fc95f7e267b7d /meta/recipes-multimedia/gstreamer/gst-player_git.bb
parent013fff4639c7f333eca350ca6b6c013296d9598f (diff)
downloadpoky-850ded308cd55df6722725c4f8356178ee2ef3ad.tar.gz
gst-player: Disable visualizations
On some machines, visualizations in gst-player trigger a bug in xvimagesink. Till we have a proper fix, disable the visualization rather than downgrading the xvimagesink. Fixes [YOCTO #10041] (From OE-Core rev: b79d1bf49b56a97216fb719ac19e4dd9022f15b4) Signed-off-by: Maxin B. John <maxin.john@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 2a4c9dcfbf..51f3544599 100644
--- a/meta/recipes-multimedia/gstreamer/gst-player_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-player_git.bb
@@ -9,6 +9,7 @@ SRC_URI = "git://github.com/sdroege/gst-player.git \
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-provide-similar-behaviour-for-quit-and-clos.patch \ 11 file://0001-gtk-play-provide-similar-behaviour-for-quit-and-clos.patch \
12 file://0001-Disable-visualizations-by-default.patch \
12 file://gst-player.desktop" 13 file://gst-player.desktop"
13 14
14SRCREV = "ea90e63c1064503f9ba5d59aa4ca604f13ca5def" 15SRCREV = "ea90e63c1064503f9ba5d59aa4ca604f13ca5def"