From d4f2ae611b51b2b7d20d484b934ff14d82975aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 21 May 2017 19:16:57 +0300 Subject: [PATCH] protection: Fix annotations for gst_protection_select_system() --- gst/gstprotection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstprotection.c b/gst/gstprotection.c index 1df21fd49c..bc9df013ab 100644 --- a/gst/gstprotection.c +++ b/gst/gstprotection.c @@ -158,7 +158,7 @@ gst_buffer_add_protection_meta (GstBuffer * buffer, GstStructure * info) /** * gst_protection_select_system: - * @system_identifiers: (transfer none): A null terminated array of strings + * @system_identifiers: (transfer none) (array zero-terminated=1): A null terminated array of strings * that contains the UUID values of each protection system that is to be * checked. *