mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
context: fix transfer annotation
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1698>
This commit is contained in:
parent
4a14560a5d
commit
e74f2efdc0
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ gst_context_get_structure (const GstContext * context)
|
||||||
*
|
*
|
||||||
* Gets a writable version of the structure.
|
* Gets a writable version of the structure.
|
||||||
*
|
*
|
||||||
* Returns: The structure of the context. The structure is still
|
* Returns: (transfer none): The structure of the context. The structure is still
|
||||||
* owned by the context, which means that you should not free it and
|
* owned by the context, which means that you should not free it and
|
||||||
* that the pointer becomes invalid when you free the context.
|
* that the pointer becomes invalid when you free the context.
|
||||||
* This function checks if @context is writable.
|
* This function checks if @context is writable.
|
||||||
|
|
Loading…
Reference in a new issue