summaryrefslogtreecommitdiffstats
path: root/package/gstreamer1/gst1-vaapi
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2018-07-26 23:23:53 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-07-27 09:18:17 +0200
commit66cc6eb178d5f5bc2e65c543c5630ae5599f4809 (patch)
tree3ab7896ef1c997c6c5143b90e18bf706fa12c940 /package/gstreamer1/gst1-vaapi
parentb338fb7429b14231fc5e49cb2e7a2e9f43215dcd (diff)
downloadbuildroot-66cc6eb178d5f5bc2e65c543c5630ae5599f4809.tar.gz
buildroot-66cc6eb178d5f5bc2e65c543c5630ae5599f4809.zip
gstreamer1: bump to 1.14.2
For release desription see [1]. - gst1-vaapi: remove upstream patch 0001-plugins-guard-GstGL-code.patch [1] https://gstreamer.freedesktop.org/releases/1.14/#1.14.2 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/gstreamer1/gst1-vaapi')
-rw-r--r--package/gstreamer1/gst1-vaapi/0001-plugins-guard-GstGL-code.patch35
-rw-r--r--package/gstreamer1/gst1-vaapi/gst1-vaapi.hash4
-rw-r--r--package/gstreamer1/gst1-vaapi/gst1-vaapi.mk2
3 files changed, 3 insertions, 38 deletions
diff --git a/package/gstreamer1/gst1-vaapi/0001-plugins-guard-GstGL-code.patch b/package/gstreamer1/gst1-vaapi/0001-plugins-guard-GstGL-code.patch
deleted file mode 100644
index a85d666e31..0000000000
--- a/package/gstreamer1/gst1-vaapi/0001-plugins-guard-GstGL-code.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 73e31146a5c6bcd48eb3089a2a140833a401623b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?=
- <vjaquez@igalia.com>
-Date: Mon, 21 May 2018 13:27:14 +0200
-Subject: [PATCH] plugins: guard GstGL code
-
-Upstream: https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi/patch/?id=45fb111850955d9192e43b9dbcb2ef8e3974e58d
-Signed-off-by: Peter Seiderer <ps.report@gmx.net>
----
- gst/vaapi/gstvaapipluginutil.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/gst/vaapi/gstvaapipluginutil.c b/gst/vaapi/gstvaapipluginutil.c
-index fa25131..648c91b 100644
---- a/gst/vaapi/gstvaapipluginutil.c
-+++ b/gst/vaapi/gstvaapipluginutil.c
-@@ -246,6 +246,7 @@ gst_vaapi_create_display_from_gl_context (GstObject * gl_context_object)
- static void
- gst_vaapi_find_gl_context (GstElement * element)
- {
-+#if USE_GST_GL_HELPERS
- GstVaapiPluginBase *const plugin = GST_VAAPI_PLUGIN_BASE (element);
-
- /* if the element is vaapisink or any vaapi encoder it doesn't need
-@@ -282,6 +283,7 @@ no_valid_gl_display:
- gst_object_replace (&plugin->gl_other_context, NULL);
- return;
- }
-+#endif
- }
-
- gboolean
---
-2.17.1
-
diff --git a/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash b/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash
index b3c72310c2..2e5beb8a0f 100644
--- a/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash
+++ b/package/gstreamer1/gst1-vaapi/gst1-vaapi.hash
@@ -1,3 +1,3 @@
-# From https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.14.1.tar.xz.sha256sum
-sha256 585c3ddb0c39220de0a33e5d0ed6196a108b8407ec3538d7c64617713b4434e8 gstreamer-vaapi-1.14.1.tar.xz
+# From https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.14.2.tar.xz.sha256sum
+sha256 7f1064e27f5abd3a42ef66b425f1a2b9dbae7748c81bd9d090ce52a1aaf30d8a gstreamer-vaapi-1.14.2.tar.xz
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB
diff --git a/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk b/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk
index 1e7e6f1c86..ac33559887 100644
--- a/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk
+++ b/package/gstreamer1/gst1-vaapi/gst1-vaapi.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GST1_VAAPI_VERSION = 1.14.1
+GST1_VAAPI_VERSION = 1.14.2
GST1_VAAPI_SITE = https://gstreamer.freedesktop.org/src/gstreamer-vaapi
GST1_VAAPI_SOURCE = gstreamer-vaapi-$(GST1_VAAPI_VERSION).tar.xz
GST1_VAAPI_LICENSE = LGPL-2.1+
OpenPOWER on IntegriCloud