diff options
| author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-03-19 10:53:53 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-20 11:03:49 +0000 |
| commit | 577f9f3d4135b65ec364c41a5744f61240cf9579 (patch) | |
| tree | 8a79acdad469b05d723c7cc7ed0a64bc6041c8dc /meta/recipes-multimedia/gstreamer/gst-player_git.bb | |
| parent | f4857dc64065fda9f20ada185b745ccb0c93b484 (diff) | |
| download | poky-577f9f3d4135b65ec364c41a5744f61240cf9579.tar.gz | |
gst-player: Fix Pause/Play in GTK+ player
Backport a bug fix from upstream gst-player to make
Pause and Play buttons work properly in gtk-play.
[ YOCTO #7429 ]
(From OE-Core rev: 026f512529e79ece2833340dd4cb6c29d42ca041)
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.bb | 1 |
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 3dde15111e..07224c00e3 100644 --- a/meta/recipes-multimedia/gstreamer/gst-player_git.bb +++ b/meta/recipes-multimedia/gstreamer/gst-player_git.bb | |||
| @@ -8,6 +8,7 @@ DEPENDS = "glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base gtk+" | |||
| 8 | SRC_URI = "git://github.com/sdroege/gst-player.git \ | 8 | SRC_URI = "git://github.com/sdroege/gst-player.git \ |
| 9 | file://filechooser.patch \ | 9 | file://filechooser.patch \ |
| 10 | file://gtk2.patch \ | 10 | file://gtk2.patch \ |
| 11 | file://Fix-pause-play.patch \ | ||
| 11 | file://gst-player.desktop" | 12 | file://gst-player.desktop" |
| 12 | 13 | ||
| 13 | SRCREV = "5386c5b984d40ef5434673ed62204e69aaf52645" | 14 | SRCREV = "5386c5b984d40ef5434673ed62204e69aaf52645" |
