mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
padtemplate: add missing annotation
Adds missing "transfer full" annotation for caps parameter in gst_pad_template_set_documentation_caps() Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/648>
This commit is contained in:
parent
b81808de0e
commit
a854a1feda
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ gst_pad_template_get_caps (GstPadTemplate * templ)
|
|||
/**
|
||||
* gst_pad_template_set_documentation_caps:
|
||||
* @templ: the pad template to set documented capabilities on
|
||||
* @caps: the documented capabilities
|
||||
* @caps: (transfer full): the documented capabilities
|
||||
*
|
||||
* Certain elements will dynamically construct the caps of their
|
||||
* pad templates. In order not to let environment-specific information
|
||||
|
|
Loading…
Reference in a new issue