diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-02-23 14:47:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 12:54:18 +0000 |
commit | 72889d45c610c4895c6a2f439439755ef4853fab (patch) | |
tree | e8aea380c1d97cc2099ae291ee3cc534b0522dcf /meta/recipes-multimedia | |
parent | 7dd5a74df4b19c30456f4e7e844856c5e9cbaa7f (diff) | |
download | openembedded-core-72889d45c610c4895c6a2f439439755ef4853fab.tar.gz openembedded-core-72889d45c610c4895c6a2f439439755ef4853fab.tar.bz2 openembedded-core-72889d45c610c4895c6a2f439439755ef4853fab.zip |
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.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-player/0001-gtk-play-provide-similar-behaviour-for-quit-and-clos.patch | 32 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-player_git.bb | 3 |
2 files changed, 1 insertions, 34 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-player/0001-gtk-play-provide-similar-behaviour-for-quit-and-clos.patch b/meta/recipes-multimedia/gstreamer/gst-player/0001-gtk-play-provide-similar-behaviour-for-quit-and-clos.patch deleted file mode 100644 index e3f1c4f749..0000000000 --- a/meta/recipes-multimedia/gstreamer/gst-player/0001-gtk-play-provide-similar-behaviour-for-quit-and-clos.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 220c2659a45dd354270a465c45197970dae5f548 Mon Sep 17 00:00:00 2001 -From: "Maxin B. John" <maxin.john@intel.com> -Date: Fri, 5 Aug 2016 17:52:18 +0300 -Subject: [PATCH] gtk-play: provide similar behaviour for quit and close - -In x86 targets, gtk-play just pause rather than quitting the application -when we click the close button (delete-event). Change the callback function -to get similar behaviour when we click on "Quit" menu option. - -Upstream-Status: Accepted - -Signed-off-by: Maxin B. John <maxin.john@intel.com> ---- - gtk/gtk-play.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/gtk/gtk-play.c b/gtk/gtk-play.c -index a520bef..16afc6b 100644 ---- a/gtk/gtk-play.c -+++ b/gtk/gtk-play.c -@@ -177,7 +177,7 @@ load_from_builder (const gchar * filename, gboolean register_sig_handler, - static void - delete_event_cb (GtkWidget * widget, GdkEvent * event, GtkPlay * play) - { -- gst_player_stop (play->player); -+ gtk_widget_destroy (GTK_WIDGET (play)); - } - - static void --- -2.4.0 - 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 \ 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-provide-similar-behaviour-for-quit-and-clos.patch \ file://gst-player.desktop" -SRCREV = "ea90e63c1064503f9ba5d59aa4ca604f13ca5def" +SRCREV = "ee3c226c82767a089743e4e06058743e67f73cdb" PV = "0.0.1+git${SRCPV}" S = "${WORKDIR}/git" |