mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gstprection: _add_protection_meta() is transfer none
Just like gst_buffer_add_meta() this function should also be transfer none. This also silence a gi warning about returning a copy of a non boxed bare structure.
This commit is contained in:
parent
a65cea7c69
commit
bdfcf43f74
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ gst_protection_meta_get_info (void)
|
|||
*
|
||||
* Attaches protection metadata to a #GstBuffer.
|
||||
*
|
||||
* Returns: a pointer to the added #GstProtectionMeta if successful; %NULL if
|
||||
* Returns: (transfer none): a pointer to the added #GstProtectionMeta if successful; %NULL if
|
||||
* unsuccessful.
|
||||
*
|
||||
* Since: 1.6
|
||||
|
|
Loading…
Reference in a new issue