]> code.ossystems Code Review - openembedded-core.git/commitdiff
gst-meta-base: add uridecodebin library support
authorDongxiao Xu <dongxiao.xu@intel.com>
Tue, 22 Feb 2011 08:15:38 +0000 (16:15 +0800)
committerDongxiao Xu <dongxiao.xu@intel.com>
Tue, 22 Feb 2011 08:15:38 +0000 (16:15 +0800)
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 <edwin.zhai@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb

index b6f85d55181a6cfbd7025c3e44e5126222ce40c7..8d5e5903f8716466049066f73e00593175883fc8 100644 (file)
@@ -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 \