diff options
Diffstat (limited to 'gst/gstprotection.h')
-rw-r--r-- | gst/gstprotection.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gst/gstprotection.h b/gst/gstprotection.h index 9a4b86a01..113216445 100644 --- a/gst/gstprotection.h +++ b/gst/gstprotection.h @@ -24,10 +24,15 @@ G_BEGIN_DECLS -/* @PROTECTION_SYSTEM_ID_CAPS_FIELD: The field name in a GstCaps that is - * used to signal the UUID of the protection system +/** + * GST_PROTECTION_SYSTEM_ID_CAPS_FIELD: + * + * The field name in a GstCaps that is used to signal the UUID of the protection + * system. + * + * Since 1.6 */ -#define PROTECTION_SYSTEM_ID_CAPS_FIELD "protection-system" +#define GST_PROTECTION_SYSTEM_ID_CAPS_FIELD "protection-system" typedef struct _GstProtectionMeta GstProtectionMeta; /** |