summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2011-04-01 10:54:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-06 08:01:11 -0700
commit5983fe176dae4cfdae3d43bd3a965fed15abb8e4 (patch)
treeebf2cf89b54f9656aa51c7e23f9ed3ff8bb9457d /meta/recipes-multimedia
parentf67fe6f090f9bc6e24562b59b90e3228fa5919d3 (diff)
downloadast2050-yocto-poky-5983fe176dae4cfdae3d43bd3a965fed15abb8e4.zip
ast2050-yocto-poky-5983fe176dae4cfdae3d43bd3a965fed15abb8e4.tar.gz
gst-meta-base: Support http/https remote streams
Add libgstsouphttpsrc library to support remote stream playing via http/https protocols. This solves the mp4 playing issue by regel from mediatomb file server. (From OE-Core rev: f779c4d0960aff41fe9340b116a829f9be15e1ac) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb5
1 files changed, 3 insertions, 2 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 8d5e590..ada7f69 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 = "r9"
+PR = "r10"
PACKAGES = "\
gst-meta-base \
@@ -29,7 +29,8 @@ RDEPENDS_gst-meta-base = "\
gst-plugins-base-typefindfunctions \
gst-plugins-base-videoscale \
gst-plugins-base-ffmpegcolorspace \
- gst-plugins-good-autodetect"
+ gst-plugins-good-autodetect \
+ gst-plugins-good-souphttpsrc"
RDEPENDS_gst-meta-audio = "\
OpenPOWER on IntegriCloud