summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-player_git.bb
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-02-23 14:47:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-01 23:27:07 +0000
commitd0842818fb1c6a6f34432bc176755012856585b8 (patch)
tree34e234f10c9331b2d152ab4517d20b261eeb5086 /meta/recipes-multimedia/gstreamer/gst-player_git.bb
parentf2a142a089ff182511ea92b47b80249145b75817 (diff)
downloadpoky-d0842818fb1c6a6f34432bc176755012856585b8.tar.gz
gst-player: Upgrade to recent git revision
The update contains a small number of bug fixes. Removed one upstreamed patch. gst-player does not have releases: this is the current git master. (From OE-Core rev: 72889d45c610c4895c6a2f439439755ef4853fab) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@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.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-player_git.bb b/meta/recipes-multimedia/gstreamer/gst-player_git.bb
index 9a023ab5f7..ebc4ae8caf 100644
--- a/meta/recipes-multimedia/gstreamer/gst-player_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-player_git.bb
@@ -8,10 +8,9 @@ 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-provide-similar-behaviour-for-quit-and-clos.patch \
12 file://gst-player.desktop" 11 file://gst-player.desktop"
13 12
14SRCREV = "ea90e63c1064503f9ba5d59aa4ca604f13ca5def" 13SRCREV = "ee3c226c82767a089743e4e06058743e67f73cdb"
15PV = "0.0.1+git${SRCPV}" 14PV = "0.0.1+git${SRCPV}"
16 15
17S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"