protection: Fix the string to define unspecified system id
authorThibault Saunier <tsaunier@igalia.com>
Wed, 3 Oct 2018 16:23:01 +0000 (18:23 +0200)
committerThibault Saunier <tsaunier@igalia.com>
Wed, 3 Oct 2018 17:28:08 +0000 (19:28 +0200)
Setting it to "unspecified-system-id".

gst/gstprotection.h

index 0ed87e4..f77a7bf 100644 (file)
@@ -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;
 /**