Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gstreamer
Commits
d6c697e7
Commit
d6c697e7
authored
May 21, 2018
by
Mark Nauwelaerts
Committed by
Sebastian Dröge
May 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gst: add some GIR array annotations
parent
7cbbdf3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
gst/gstmeta.c
gst/gstmeta.c
+1
-1
gst/gstprotection.c
gst/gstprotection.c
+5
-4
No files found.
gst/gstmeta.c
View file @
d6c697e7
...
...
@@ -70,7 +70,7 @@ _priv_gst_meta_initialize (void)
/**
* gst_meta_api_type_register:
* @api: an API to register
* @tags: tags for @api
* @tags:
(array zero-terminated=1):
tags for @api
*
* Register and return a GType for the @api and associate it with
* @tags.
...
...
gst/gstprotection.c
View file @
d6c697e7
...
...
@@ -196,14 +196,15 @@ gst_protection_select_system (const gchar ** system_identifiers)
/**
* gst_protection_filter_systems_by_available_decryptors:
* @system_identifiers: (transfer none)
: A null terminated array of strings
* that contains the UUID values of each
protection system that is to be
* checked.
* @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.
*
* Iterates the supplied list of UUIDs and checks the GstRegistry for
* all the decryptors supporting one of the supplied UUIDs.
*
* Returns: (transfer full) (nullable): A null terminated array containing all
* Returns: (transfer full) (array zero-terminated=1) (nullable):
* A null terminated array containing all
* the @system_identifiers supported by the set of available decryptors, or
* %NULL if no matches were found.
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment