diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2019-12-03 19:29:15 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-19 16:59:50 -0300 |
commit | 319ff58a2ee892aac7f066e9c426bca6669bce8d (patch) | |
tree | d628947af2af84641f196184decbdc69bdbb2af8 /recipes-multimedia/gstreamer/files/0001-protection-Fix-the-string-to-define-unspecified-syst.patch | |
parent | 295995ae48befb9d85b984e7296022328f1b4214 (diff) | |
download | meta-freescale-319ff58a2ee892aac7f066e9c426bca6669bce8d.tar.gz |
gstreamer1.0_1.14.imx: Add backported patches for GST_PROTECTION_UNSPECIFIED_SYSTEM_ID
latest wpewebkit uses GST_PROTECTION_UNSPECIFIED_SYSTEM_ID definition
in its EME implementation.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
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.patch | 28 |
1 files changed, 28 insertions, 0 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 new file mode 100644 index 00000000..04d0a067 --- /dev/null +++ b/recipes-multimedia/gstreamer/files/0001-protection-Fix-the-string-to-define-unspecified-syst.patch | |||
@@ -0,0 +1,28 @@ | |||
1 | From b89b1802df44829a0c034db5807bc893ad3c7774 Mon Sep 17 00:00:00 2001 | ||
2 | From: Thibault Saunier <tsaunier@igalia.com> | ||
3 | Date: Wed, 3 Oct 2018 18:23:01 +0200 | ||
4 | Subject: [PATCH] protection: Fix the string to define unspecified system id | ||
5 | |||
6 | Setting it to "unspecified-system-id". | ||
7 | |||
8 | Upstream-Status: Backport [1.15.1] | ||
9 | --- | ||
10 | gst/gstprotection.h | 2 +- | ||
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
12 | |||
13 | diff --git a/gst/gstprotection.h b/gst/gstprotection.h | ||
14 | index 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 | -- | ||
27 | 2.7.4 | ||
28 | |||