protection: Fix the string to define unspecified system id

Setting it to "unspecified-system-id".
This commit is contained in:
Thibault Saunier 2018-10-03 18:23:01 +02:00
parent 05a3da347b
commit b89b1802df

View file

@ -50,7 +50,7 @@ G_BEGIN_DECLS
* *
* Since: 1.16 * 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; typedef struct _GstProtectionMeta GstProtectionMeta;
/** /**