summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bb
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-01-20 19:31:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-24 09:40:24 +0000
commit3d8790254ad9a36fb4179e7bbfb0e33faaca6f0a (patch)
tree7844ee7cf766ce8aa842f0baf674da061a01aee5 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bb
parent1e256eebadc9fd0b0b804d3493447c3ec1646840 (diff)
downloadpoky-3d8790254ad9a36fb4179e7bbfb0e33faaca6f0a.tar.gz
gstreamer1.0-plugins-base: update 1.6.2 -> 1.6.3
(From OE-Core rev: 26361cd298d0c8b30f98ac35c610272c1bd01de4) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bb
new file mode 100644
index 0000000000..95a012eb81
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.6.3.bb
@@ -0,0 +1,18 @@
1include gstreamer1.0-plugins-base.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \
4 file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d \
5 file://common/coverage/coverage-report.pl;beginline=2;endline=17;md5=a4e1830fce078028c8f0974161272607"
6
7SRC_URI = " \
8 http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${PV}.tar.xz \
9 file://get-caps-from-src-pad-when-query-caps.patch \
10 file://0003-ssaparse-enhance-SSA-text-lines-parsing.patch \
11 file://0004-subparse-set-need_segment-after-sink-pad-received-GS.patch \
12 file://encodebin-Need-more-buffers-in-output-queue-for-bett.patch \
13"
14
15SRC_URI[md5sum] = "3ddde0ad598ef69f58d6a2e87f8b460f"
16SRC_URI[sha256sum] = "b6154f8fdba4877e95efd94610ef0ada4f0171cd12eb829a3c3c97345d9c7a75"
17
18S = "${WORKDIR}/gst-plugins-base-${PV}"