diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-04-01 10:54:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-06 08:01:11 -0700 |
commit | 5983fe176dae4cfdae3d43bd3a965fed15abb8e4 (patch) | |
tree | ebf2cf89b54f9656aa51c7e23f9ed3ff8bb9457d /meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | |
parent | f67fe6f090f9bc6e24562b59b90e3228fa5919d3 (diff) | |
download | 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/gstreamer/gst-meta-base_0.10.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | 5 |
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 8d5e5903f8..ada7f69219 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 = "r9" | 8 | PR = "r10" |
9 | 9 | ||
10 | PACKAGES = "\ | 10 | PACKAGES = "\ |
11 | gst-meta-base \ | 11 | gst-meta-base \ |
@@ -29,7 +29,8 @@ RDEPENDS_gst-meta-base = "\ | |||
29 | gst-plugins-base-typefindfunctions \ | 29 | gst-plugins-base-typefindfunctions \ |
30 | gst-plugins-base-videoscale \ | 30 | gst-plugins-base-videoscale \ |
31 | gst-plugins-base-ffmpegcolorspace \ | 31 | gst-plugins-base-ffmpegcolorspace \ |
32 | gst-plugins-good-autodetect" | 32 | gst-plugins-good-autodetect \ |
33 | gst-plugins-good-souphttpsrc" | ||
33 | 34 | ||
34 | 35 | ||
35 | RDEPENDS_gst-meta-audio = "\ | 36 | RDEPENDS_gst-meta-audio = "\ |