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 <edwin.zhai@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
This commit is contained in:
Dongxiao Xu 2011-02-22 16:15:38 +08:00
parent e79a8a6d17
commit b43af1811a
1 changed files with 2 additions and 1 deletions

View 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 \