diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-08-30 16:18:01 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-03 09:58:39 +0100 |
commit | 0d755c6b61d22839bacef38ea5b31d11c9fd0403 (patch) | |
tree | 7e21885a6876f76c929ddb367c10aa39174e61d0 /meta/recipes-multimedia/gstreamer | |
parent | bc42617fff74ecf1442c20d9a71bed9c878c1800 (diff) | |
download | poky-0d755c6b61d22839bacef38ea5b31d11c9fd0403.tar.gz |
gstreamer1.0: upgrade to 1.8.3
1.8.2 -> 1.8.3
Remove backported patch from 1.8.3:
0007-glplugin-gleffects-fix-little-rectangel-appears-at-t.patch
(From OE-Core rev: 0190736ef89447b81ab9a95e83ec205c5c1f4618)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
10 files changed, 18 insertions, 66 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.8.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.8.3.bb index 57e8785fdc..3d86221d22 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.8.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.8.3.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = " \ | |||
14 | file://workaround-to-build-gst-libav-for-i586-with-gcc.patch \ | 14 | file://workaround-to-build-gst-libav-for-i586-with-gcc.patch \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI[md5sum] = "95bc3dd0ea2dc664b4f3a96897005013" | 17 | SRC_URI[md5sum] = "b51a736147bacb40f85827a4e0ae0d2c" |
18 | SRC_URI[sha256sum] = "b5f3c7a27b39b5f5c2f0bfd546b0c655020faf6b38d27b64b346c43e5ebf687a" | 18 | SRC_URI[sha256sum] = "9006a05990089f7155ee0e848042f6bb24e52ab1d0a59ff8d1b5d7e33001a495" |
19 | 19 | ||
20 | S = "${WORKDIR}/gst-libav-${PV}" | 20 | S = "${WORKDIR}/gst-libav-${PV}" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc index 0fff612eee..aa3e8200f2 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc | |||
@@ -11,7 +11,6 @@ inherit autotools pkgconfig gettext | |||
11 | 11 | ||
12 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | 12 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" |
13 | 13 | ||
14 | PR = "r1" | ||
15 | 14 | ||
16 | GSTREAMER_1_0_OMX_TARGET ?= "bellagio" | 15 | GSTREAMER_1_0_OMX_TARGET ?= "bellagio" |
17 | GSTREAMER_1_0_OMX_CORE_NAME ?= "${libdir}/libomxil-bellagio.so.0" | 16 | GSTREAMER_1_0_OMX_CORE_NAME ?= "${libdir}/libomxil-bellagio.so.0" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0007-glplugin-gleffects-fix-little-rectangel-appears-at-t.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0007-glplugin-gleffects-fix-little-rectangel-appears-at-t.patch deleted file mode 100755 index 90bfba990c..0000000000 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0007-glplugin-gleffects-fix-little-rectangel-appears-at-t.patch +++ /dev/null | |||
@@ -1,46 +0,0 @@ | |||
1 | From 43549773608b4f58dc664b7115a1ef0dcb32f251 Mon Sep 17 00:00:00 2001 | ||
2 | From: Haihua Hu <jared.hu@nxp.com> | ||
3 | Date: Tue, 14 Jun 2016 13:48:09 +0800 | ||
4 | Subject: [PATCH 1/2] [glplugin]gleffects: fix little rectangel appears at the | ||
5 | center when use squeeze and tunnel effects | ||
6 | |||
7 | These two shader will calculate the verctor length and use it as denominator. | ||
8 | But length could be zero which will cause undefine behaviour. Add protection for | ||
9 | this condition | ||
10 | |||
11 | Upstream-Status: Backport [1.8.3] | ||
12 | |||
13 | https://bugzilla.gnome.org/show_bug.cgi?id=767635 | ||
14 | |||
15 | Signed-off-by: Haihua Hu <jared.hu@nxp.com> | ||
16 | --- | ||
17 | ext/gl/effects/gstgleffectssources.c | 6 ++++-- | ||
18 | 1 file changed, 4 insertions(+), 2 deletions(-) | ||
19 | |||
20 | diff --git a/ext/gl/effects/gstgleffectssources.c b/ext/gl/effects/gstgleffectssources.c | ||
21 | index 6bdc155..3e87b8b 100644 | ||
22 | --- a/ext/gl/effects/gstgleffectssources.c | ||
23 | +++ b/ext/gl/effects/gstgleffectssources.c | ||
24 | @@ -100,7 +100,8 @@ const gchar *squeeze_fragment_source_gles2 = | ||
25 | "void main () {" | ||
26 | " vec2 texturecoord = v_texcoord.xy;" | ||
27 | " vec2 normcoord = texturecoord - 0.5;" | ||
28 | - " float r = length (normcoord);" | ||
29 | + /* Add a very small value to length otherwise it could be 0 */ | ||
30 | + " float r = length (normcoord)+0.01;" | ||
31 | " r = pow(r, 0.40)*1.3;" | ||
32 | " normcoord = normcoord / r;" | ||
33 | " texturecoord = (normcoord + 0.5);" | ||
34 | @@ -136,7 +137,8 @@ const gchar *tunnel_fragment_source_gles2 = | ||
35 | * rect textures */ | ||
36 | " normcoord = (texturecoord - 0.5);" | ||
37 | " float r = length(normcoord);" | ||
38 | - " normcoord *= clamp (r, 0.0, 0.275) / r;" | ||
39 | + " if (r > 0.0)" | ||
40 | + " normcoord *= clamp (r, 0.0, 0.275) / r;" | ||
41 | " texturecoord = normcoord + 0.5;" | ||
42 | " gl_FragColor = texture2D (tex, texturecoord);" | ||
43 | "}"; | ||
44 | -- | ||
45 | 1.9.1 | ||
46 | |||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.3.bb index fb974a5eda..928d2d4313 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.8.3.bb | |||
@@ -17,11 +17,10 @@ SRC_URI = " \ | |||
17 | file://0004-glcolorconvert-don-t-use-the-predefined-variable-nam.patch \ | 17 | file://0004-glcolorconvert-don-t-use-the-predefined-variable-nam.patch \ |
18 | file://0005-glshader-add-glBindFragDataLocation.patch \ | 18 | file://0005-glshader-add-glBindFragDataLocation.patch \ |
19 | file://0006-glcolorconvert-GLES3-deprecates-texture2D-and-it-doe.patch \ | 19 | file://0006-glcolorconvert-GLES3-deprecates-texture2D-and-it-doe.patch \ |
20 | file://0007-glplugin-gleffects-fix-little-rectangel-appears-at-t.patch \ | ||
21 | file://0008-gl-implement-GstGLMemoryEGL.patch \ | 20 | file://0008-gl-implement-GstGLMemoryEGL.patch \ |
22 | " | 21 | " |
23 | SRC_URI[md5sum] = "83abc2e70684e7b195f18ca2992ef6e8" | 22 | SRC_URI[md5sum] = "955281a43e98c5464563fa049e0a0911" |
24 | SRC_URI[sha256sum] = "d7995317530c8773ec088f94d9320909d41da61996b801ebacce9a56af493f97" | 23 | SRC_URI[sha256sum] = "7899fcb18e6a1af2888b19c90213af018a57d741c6e72ec56b133bc73ec8509b" |
25 | 24 | ||
26 | S = "${WORKDIR}/gst-plugins-bad-${PV}" | 25 | S = "${WORKDIR}/gst-plugins-bad-${PV}" |
27 | 26 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.3.bb index 3af6af24f4..986b5ac606 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.8.3.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = " \ | |||
13 | file://make-gio_unix_2_0-dependency-configurable.patch \ | 13 | file://make-gio_unix_2_0-dependency-configurable.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[md5sum] = "f55254ca18b845a9a7d8fe671bc09c24" | 16 | SRC_URI[md5sum] = "4d03dd81828ea6b98a44c8f1ab7f4976" |
17 | SRC_URI[sha256sum] = "9d7109c8fb0a5dec8edb17b0053c59a46aba7ddf48dc48ea822ebbbd4339d38d" | 17 | SRC_URI[sha256sum] = "114871d4d63606b4af424a8433cd923e4ff66896b244bb7ac97b9da47f71e79e" |
18 | 18 | ||
19 | S = "${WORKDIR}/gst-plugins-base-${PV}" | 19 | S = "${WORKDIR}/gst-plugins-base-${PV}" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.8.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.8.3.bb index b1728db9a0..5cc6578b77 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.8.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.8.3.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = " \ | |||
11 | file://ensure-valid-sentinel-for-gst_structure_get.patch \ | 11 | file://ensure-valid-sentinel-for-gst_structure_get.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "1ad652a98c2106f6d839dfba8d310d23" | 14 | SRC_URI[md5sum] = "473ebb1f15c67de99ddb6e4d027c0876" |
15 | SRC_URI[sha256sum] = "8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944" | 15 | SRC_URI[sha256sum] = "a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a" |
16 | 16 | ||
17 | S = "${WORKDIR}/gst-plugins-good-${PV}" | 17 | S = "${WORKDIR}/gst-plugins-good-${PV}" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.8.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.8.3.bb index d313ef3e66..2745937961 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.8.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.8.3.bb | |||
@@ -7,7 +7,7 @@ SRC_URI = " \ | |||
7 | http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ | 7 | http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ |
8 | " | 8 | " |
9 | 9 | ||
10 | SRC_URI[md5sum] = "f781790cf64b44522b01ab560f16d4de" | 10 | SRC_URI[md5sum] = "4fc66c77253b0ad5ce224bda654b2e7d" |
11 | SRC_URI[sha256sum] = "9c5b33a2a98fc1d6d6c99a1b536b1fb2de45f53cc8bf8ab85a8b8141fed1a8ac" | 11 | SRC_URI[sha256sum] = "6fa2599fdd072d31fbaf50c34af406e2be944a010b1f4eab67a5fe32a0310693" |
12 | 12 | ||
13 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" | 13 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.8.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.8.2.bb deleted file mode 100644 index 01abafb442..0000000000 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.8.2.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | include gstreamer1.0-rtsp-server.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d" | ||
4 | |||
5 | SRC_URI[md5sum] = "193ae75a676f39294f64b162bbe2369d" | ||
6 | SRC_URI[sha256sum] = "7d414cd4302ae253821dcb22d483fadc9d21cf96b5fd4c0a33fd41960f8e0459" | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.8.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.8.3.bb new file mode 100644 index 0000000000..17059d0703 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.8.3.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | include gstreamer1.0-rtsp-server.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d" | ||
4 | |||
5 | SRC_URI[md5sum] = "e4b07b10dd65b6c26c9ca5f72e59297b" | ||
6 | SRC_URI[sha256sum] = "010f06800c1c957851d1352e5ec7a8ba3ce6a857fec1b8afc7d1a9e5f53288bf" | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.8.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.8.3.bb index 98f2d1a345..d3561ebbde 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.8.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.8.3.bb | |||
@@ -7,7 +7,7 @@ SRC_URI = " \ | |||
7 | http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \ | 7 | http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \ |
8 | " | 8 | " |
9 | 9 | ||
10 | SRC_URI[md5sum] = "0f011ee793cbcfa96d6b51d8271349fa" | 10 | SRC_URI[md5sum] = "e88dad542df9d986822e982105d2b530" |
11 | SRC_URI[sha256sum] = "9dbebe079c2ab2004ef7f2649fa317cabea1feb4fb5605c24d40744b90918341" | 11 | SRC_URI[sha256sum] = "66b37762d4fdcd63bce5a2bec57e055f92420e95037361609900278c0db7c53f" |
12 | 12 | ||
13 | S = "${WORKDIR}/gstreamer-${PV}" | 13 | S = "${WORKDIR}/gstreamer-${PV}" |