diff options
author | Maxin John <maxin.john@intel.com> | 2017-08-11 23:36:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-16 00:03:13 +0100 |
commit | 58a7c2bd377409e1ec647038511351fd76144a55 (patch) | |
tree | e13aadff263b051e0bacda486888950d31a62b1e /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.12.2.bb | |
parent | 4f64854dff25de2331b54324729e966a9db1f1da (diff) | |
download | poky-58a7c2bd377409e1ec647038511351fd76144a55.tar.gz |
gstreamer1.0-plugins-base: upgrade to version 1.12.2
* Remove upstreamed patch:
1. encodebin-Need-more-buffers-in-output-queue-for-bett.patch
(From OE-Core rev: 10d509f69fcdcb4d2c07d3c4cc403c74956fb1a8)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.12.2.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.12.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.12.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.12.2.bb new file mode 100644 index 0000000000..5de0b8b50c --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.12.2.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | require gstreamer1.0-plugins-base.inc | ||
2 | |||
3 | LIC_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 | |||
7 | SRC_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://make-gio_unix_2_0-dependency-configurable.patch \ | ||
13 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ | ||
14 | " | ||
15 | SRC_URI[md5sum] = "77f5379c4ca677616b415e3b3ff95578" | ||
16 | SRC_URI[sha256sum] = "5067dce3afe197a9536fea0107c77213fab536dff4a213b07fc60378d5510675" | ||
17 | |||
18 | S = "${WORKDIR}/gst-plugins-base-${PV}" | ||