context: fix transfer annotation

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1663>
This commit is contained in:
Sebastian Mueller 2022-02-08 16:24:13 +11:00
parent cc835c0722
commit fbbeee1dc4

View file

@ -251,7 +251,7 @@ gst_context_get_structure (const GstContext * context)
*
* 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
* that the pointer becomes invalid when you free the context.
* This function checks if @context is writable.