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 07:48:45 -0700 |
commit | f779c4d0960aff41fe9340b116a829f9be15e1ac (patch) | |
tree | e4492cc42a6e5b66863a070c3f0e04b458ba3eeb /meta/recipes-multimedia/gstreamer | |
parent | b0f5b9a7053dc9699b54142bd9dfc41dc8cc11e1 (diff) | |
download | openembedded-core-f779c4d0960aff41fe9340b116a829f9be15e1ac.tar.gz openembedded-core-f779c4d0960aff41fe9340b116a829f9be15e1ac.tar.bz2 openembedded-core-f779c4d0960aff41fe9340b116a829f9be15e1ac.zip |
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.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-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 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 = "\ |