From 3d1cf3a6da1b00c6bc36a5bec5efb109db22808a Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 19 Jun 2020 21:54:52 +0200 Subject: [PATCH] doc: libs: wayland: add 'transfer full' to the returnvalye of gst_vaapi_window_wayland_new Part-of: --- gst-libs/gst/vaapi/gstvaapiwindow_wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/vaapi/gstvaapiwindow_wayland.c b/gst-libs/gst/vaapi/gstvaapiwindow_wayland.c index b1b32e6..4a0338b 100644 --- a/gst-libs/gst/vaapi/gstvaapiwindow_wayland.c +++ b/gst-libs/gst/vaapi/gstvaapiwindow_wayland.c @@ -969,7 +969,7 @@ gst_vaapi_window_wayland_init (GstVaapiWindowWayland * window) * will be attached to the @display and remains invisible to the user * until gst_vaapi_window_show() is called. * - * Return value: the newly allocated #GstVaapiWindow object + * Return value (transfer full): the newly allocated #GstVaapiWindow object */ GstVaapiWindow * gst_vaapi_window_wayland_new (GstVaapiDisplay * display, -- 2.7.4