From: Sebastian Mueller Date: Tue, 8 Feb 2022 05:24:13 +0000 (+1100) Subject: context: fix transfer annotation X-Git-Tag: 1.22.0~2508 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbbeee1dc4382cc0da4570195b79a85f41325531;p=platform%2Fupstream%2Fgstreamer.git context: fix transfer annotation Part-of: --- diff --git a/subprojects/gstreamer/gst/gstcontext.c b/subprojects/gstreamer/gst/gstcontext.c index 424cbe7..8d71c00 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.