From e74f2efdc0d4ed2e53a3354994606d9d53c824d4 Mon Sep 17 00:00:00 2001 From: Sebastian Mueller Date: Tue, 8 Feb 2022 16:24:13 +1100 Subject: [PATCH] context: fix transfer annotation Part-of: --- subprojects/gstreamer/gst/gstcontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gstreamer/gst/gstcontext.c b/subprojects/gstreamer/gst/gstcontext.c index 424cbe75c2..8d71c00c35 100644 --- a/subprojects/gstreamer/gst/gstcontext.c +++ b/subprojects/gstreamer/gst/gstcontext.c @@ -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.