diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-06-13 12:27:31 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2015-06-13 12:27:31 -0400 |
commit | 92087ba75a8d5ac7a87f3acef144ff93975d897f (patch) | |
tree | 70a3fc1225dab671290b39af6e582a14a3194817 /gst | |
parent | bdfcf43f74e5ccde455ef5fde9a02c50dfeb181a (diff) |
gstprotection: Add missing Since 1.6 mark
Diffstat (limited to 'gst')
-rw-r--r-- | gst/gstprotection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstprotection.h b/gst/gstprotection.h index 113216445..fa2211075 100644 --- a/gst/gstprotection.h +++ b/gst/gstprotection.h @@ -42,6 +42,8 @@ typedef struct _GstProtectionMeta GstProtectionMeta; * * Metadata type that holds information about a sample from a protection-protected * track, including the information needed to decrypt it (if it is encrypted). + * + * Since 1.6 */ struct _GstProtectionMeta { |