aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin.shar@gmail.com>2011-06-14 02:59:34 +0000
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-06-24 01:32:31 +0200
commit2c06ce205ce7d10a8a254b654aea2a1d1ae1ad2a (patch)
treef75da459c632cea4467ebd1122de23a1377e441b
parent45081d18787d6a1ac52a211f159ffd7c93b87b98 (diff)
downloadopenembedded-2c06ce205ce7d10a8a254b654aea2a1d1ae1ad2a.tar.gz
enjoy: add alsa and autodetect gst modules.
Without autodetect, enjoy segfaults. Without alsa, no sound is played. That happens because emotion needs them to play as shown in its source code: emotion_gstreamer_pipeline.c: sink = gst_element_factory_make("autoaudiosink", "audiosink"); Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
-rw-r--r--recipes/e17/enjoy_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/e17/enjoy_svn.bb b/recipes/e17/enjoy_svn.bb
index eab81b4c5a..d709eb7814 100644
--- a/recipes/e17/enjoy_svn.bb
+++ b/recipes/e17/enjoy_svn.bb
@@ -3,7 +3,7 @@ LICENSE = "LGPLv3"
DEPENDS = "evas ecore edje elementary emotion lightmediascanner"
SRCREV = "${EFL_SRCREV}"
PV = "0.0+svnr${SRCPV}"
-PR = "r4"
+PR = "r5"
DEPENDS += "gst-plugins-good ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugins-ugly', d)}"
@@ -13,7 +13,7 @@ DEPENDS += "gst-plugins-good ${@base_conditional('ENTERPRISE_DISTRO', '1', '', '
#4th needed for flac playback
#5th needed binary to create db
RDEPENDS += "\
- gst-plugin-typefindfunctions gst-plugin-playbin gst-plugin-volume gst-plugin-decodebin2 \
+ gst-plugin-typefindfunctions gst-plugin-playbin gst-plugin-volume gst-plugin-decodebin2 gst-plugin-alsa gst-plugin-autodetect \
${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugin-mad gst-plugin-id3demux', d)} \
gst-plugin-ogg gst-plugin-ivorbisdec \
gst-plugin-flac \