diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-02-22 16:15:38 +0800 |
---|---|---|
committer | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-02-22 16:15:38 +0800 |
commit | b43af1811a80a57634127fdc66b08dfeb66e1466 (patch) | |
tree | 40a672d0b7d301aa75038196d2ed803a7dd4f45a /meta/recipes-multimedia | |
parent | e79a8a6d1752d43746aa0cc09b8c20bfeabb2d95 (diff) | |
download | poky-b43af1811a80a57634127fdc66b08dfeb66e1466.tar.gz |
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>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 b6f85d5518..8d5e5903f8 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 | |||
5 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 5 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
6 | 6 | ||
7 | 7 | ||
8 | PR = "r8" | 8 | PR = "r9" |
9 | 9 | ||
10 | PACKAGES = "\ | 10 | PACKAGES = "\ |
11 | gst-meta-base \ | 11 | gst-meta-base \ |
@@ -19,6 +19,7 @@ RDEPENDS_gst-meta-base = "\ | |||
19 | gstreamer \ | 19 | gstreamer \ |
20 | gst-plugins-base-playbin \ | 20 | gst-plugins-base-playbin \ |
21 | gst-plugins-base-decodebin \ | 21 | gst-plugins-base-decodebin \ |
22 | gst-plugins-base-decodebin2 \ | ||
22 | gst-plugins-base-gnomevfs \ | 23 | gst-plugins-base-gnomevfs \ |
23 | gst-plugins-base-alsa \ | 24 | gst-plugins-base-alsa \ |
24 | gst-plugins-base-volume \ | 25 | gst-plugins-base-volume \ |