summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/files/0001-protection-Fix-the-string-to-define-unspecified-syst.patch
blob: 04d0a0673d49bec5ddcfd56c8591c2ca3db7a15b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From b89b1802df44829a0c034db5807bc893ad3c7774 Mon Sep 17 00:00:00 2001
From: Thibault Saunier <tsaunier@igalia.com>
Date: Wed, 3 Oct 2018 18:23:01 +0200
Subject: [PATCH] protection: Fix the string to define unspecified system id

Setting it to "unspecified-system-id".

Upstream-Status: Backport [1.15.1]
---
 gst/gstprotection.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gst/gstprotection.h b/gst/gstprotection.h
index 0ed87e4..f77a7bf 100644
--- a/gst/gstprotection.h
+++ b/gst/gstprotection.h
@@ -50,7 +50,7 @@ G_BEGIN_DECLS
  *
  * Since: 1.16
  */
-#define GST_PROTECTION_UNSPECIFIED_SYSTEM_ID "unspecified.gstreamer.org"
+#define GST_PROTECTION_UNSPECIFIED_SYSTEM_ID "unspecified-system-id"
 
 typedef struct _GstProtectionMeta GstProtectionMeta;
 /**
-- 
2.7.4