From: Dongxiao Xu Date: Tue, 22 Feb 2011 08:15:38 +0000 (+0800) Subject: gst-meta-base: add uridecodebin library support X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~46435 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b43af1811a80a57634127fdc66b08dfeb66e1466;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gst-meta-base: add uridecodebin library support libowl-av tries to use playbin2 defaultly, which needs uridecodebin support from gst-plugins-base. This fixes both [BUGID #615] and [BUGID #616] CC: Edwin Zhai Signed-off-by: Dongxiao Xu --- diff --git a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb index b6f85d55181..8d5e5903f87 100644 --- a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb +++ b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PR = "r8" +PR = "r9" PACKAGES = "\ gst-meta-base \ @@ -19,6 +19,7 @@ RDEPENDS_gst-meta-base = "\ gstreamer \ gst-plugins-base-playbin \ gst-plugins-base-decodebin \ + gst-plugins-base-decodebin2 \ gst-plugins-base-gnomevfs \ gst-plugins-base-alsa \ gst-plugins-base-volume \