summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorCarlos Rafael Giani <crg7475@mailbox.org>2019-05-30 21:12:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-31 22:13:31 +0100
commite59bdafc654f4453933efeac0a7d33eeadc8d9d9 (patch)
treee7516b011787109b73b38e90469ebcaddbfb8578 /meta/recipes-multimedia/gstreamer
parent908e847b4643f7ee7a8b552075f617e0e2ac1b5c (diff)
downloadpoky-e59bdafc654f4453933efeac0a7d33eeadc8d9d9.tar.gz
gstreamer1.0-vaapi: upgrade to version 1.16.0
(From OE-Core rev: d4fe719bf10b224b2dc6e484fd88f54b9bc581c5) Signed-off-by: Philippe Normand <philn@igalia.com> Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/0001-vaapsink-downgrade-to-marginal.patch4
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.16.0.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.14.4.bb)6
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/0001-vaapsink-downgrade-to-marginal.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/0001-vaapsink-downgrade-to-marginal.patch
index c861f3bed2..7945a923c9 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/0001-vaapsink-downgrade-to-marginal.patch
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/0001-vaapsink-downgrade-to-marginal.patch
@@ -24,7 +24,7 @@ diff --git a/gst/vaapi/gstvaapi.c b/gst/vaapi/gstvaapi.c
24index 9a82454..4d94f2b 100644 24index 9a82454..4d94f2b 100644
25--- a/gst/vaapi/gstvaapi.c 25--- a/gst/vaapi/gstvaapi.c
26+++ b/gst/vaapi/gstvaapi.c 26+++ b/gst/vaapi/gstvaapi.c
27@@ -210,7 +210,6 @@ plugin_init (GstPlugin * plugin) 27@@ -195,7 +195,6 @@ plugin_init (GstPlugin * plugin)
28 { 28 {
29 GstVaapiDisplay *display; 29 GstVaapiDisplay *display;
30 GArray *decoders; 30 GArray *decoders;
@@ -32,7 +32,7 @@ index 9a82454..4d94f2b 100644
32 32
33 plugin_add_dependencies (plugin); 33 plugin_add_dependencies (plugin);
34 34
35@@ -235,10 +234,7 @@ plugin_init (GstPlugin * plugin) 35@@ -220,10 +219,7 @@ plugin_init (GstPlugin * plugin)
36 gst_element_register (plugin, "vaapidecodebin", 36 gst_element_register (plugin, "vaapidecodebin",
37 GST_RANK_PRIMARY + 2, GST_TYPE_VAAPI_DECODE_BIN); 37 GST_RANK_PRIMARY + 2, GST_TYPE_VAAPI_DECODE_BIN);
38 38
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.14.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.16.0.bb
index 3896434104..e5dfb61241 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.14.4.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.16.0.bb
@@ -13,8 +13,8 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.x
13 file://0001-vaapsink-downgrade-to-marginal.patch \ 13 file://0001-vaapsink-downgrade-to-marginal.patch \
14 " 14 "
15 15
16SRC_URI[md5sum] = "2fae3442f5f23e7354a0c592bc7b9065" 16SRC_URI[md5sum] = "8c3f9ee3e47cbdb75a94f7183460b721"
17SRC_URI[sha256sum] = "ce18dbfe961c6a8d31270231686075586bf7a7df62b778c8e7f5ec148251d0a3" 17SRC_URI[sha256sum] = "4e7fce626ee0590dca74b5a8341d25bac76307945131a970b414fc5895f5171f"
18 18
19S = "${WORKDIR}/${REALPN}-${PV}" 19S = "${WORKDIR}/${REALPN}-${PV}"
20DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" 20DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
@@ -40,7 +40,7 @@ PACKAGECONFIG ??= "drm \
40PACKAGECONFIG[drm] = "--enable-drm,--disable-drm,udev libdrm" 40PACKAGECONFIG[drm] = "--enable-drm,--disable-drm,udev libdrm"
41PACKAGECONFIG[egl] = "--enable-egl,--disable-egl,virtual/egl" 41PACKAGECONFIG[egl] = "--enable-egl,--disable-egl,virtual/egl"
42PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,virtual/libgl" 42PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,virtual/libgl"
43PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland" 43PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland-native wayland wayland-protocols"
44PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxrandr libxrender" 44PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxrandr libxrender"
45 45
46FILES_${PN} += "${libdir}/gstreamer-*/*.so" 46FILES_${PN} += "${libdir}/gstreamer-*/*.so"