summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/files/0001-protection-Fix-the-string-to-define-unspecified-syst.patch
diff options
context:
space:
mode:
authorCristinel Panfir <cristinel.panfir@nxp.com>2019-12-20 13:17:37 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2019-12-20 16:54:20 -0300
commitd2f3022132187c7ac4dcd47a96f2f11b336b5d71 (patch)
tree64120fe862844174621fe04e381053ac3ddc02c7 /recipes-multimedia/gstreamer/files/0001-protection-Fix-the-string-to-define-unspecified-syst.patch
parent08332c833b69a46e99621b68a67d04443c93e906 (diff)
downloadmeta-freescale-d2f3022132187c7ac4dcd47a96f2f11b336b5d71.tar.gz
gstreamer1.0: Upgrade to 1.16.0
- Switch to MM_04.05.01_1909_L4.19.35 branch. - Drop GST_PROTECTION_UNSPECIFIED_SYSTEM_ID patches, those are included in 1.16 source code. Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
Diffstat (limited to 'recipes-multimedia/gstreamer/files/0001-protection-Fix-the-string-to-define-unspecified-syst.patch')
-rw-r--r--recipes-multimedia/gstreamer/files/0001-protection-Fix-the-string-to-define-unspecified-syst.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-multimedia/gstreamer/files/0001-protection-Fix-the-string-to-define-unspecified-syst.patch b/recipes-multimedia/gstreamer/files/0001-protection-Fix-the-string-to-define-unspecified-syst.patch
deleted file mode 100644
index 04d0a067..00000000
--- a/recipes-multimedia/gstreamer/files/0001-protection-Fix-the-string-to-define-unspecified-syst.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1From b89b1802df44829a0c034db5807bc893ad3c7774 Mon Sep 17 00:00:00 2001
2From: Thibault Saunier <tsaunier@igalia.com>
3Date: Wed, 3 Oct 2018 18:23:01 +0200
4Subject: [PATCH] protection: Fix the string to define unspecified system id
5
6Setting it to "unspecified-system-id".
7
8Upstream-Status: Backport [1.15.1]
9---
10 gst/gstprotection.h | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/gst/gstprotection.h b/gst/gstprotection.h
14index 0ed87e4..f77a7bf 100644
15--- a/gst/gstprotection.h
16+++ b/gst/gstprotection.h
17@@ -50,7 +50,7 @@ G_BEGIN_DECLS
18 *
19 * Since: 1.16
20 */
21-#define GST_PROTECTION_UNSPECIFIED_SYSTEM_ID "unspecified.gstreamer.org"
22+#define GST_PROTECTION_UNSPECIFIED_SYSTEM_ID "unspecified-system-id"
23
24 typedef struct _GstProtectionMeta GstProtectionMeta;
25 /**
26--
272.7.4
28