summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst-libs/gst/gl/gstgldisplay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/gl/gstgldisplay.c b/gst-libs/gst/gl/gstgldisplay.c
index 0c83cb952..34a6567b2 100644
--- a/gst-libs/gst/gl/gstgldisplay.c
+++ b/gst-libs/gst/gl/gstgldisplay.c
@@ -413,7 +413,7 @@ gst_gl_display_get_handle_type (GstGLDisplay * display)
/**
* gst_context_set_gl_display:
* @context: a #GstContext
- * @display: resulting #GstGLDisplay
+ * @display: (transfer none): resulting #GstGLDisplay
*
* Sets @display on @context
*
@@ -439,7 +439,7 @@ gst_context_set_gl_display (GstContext * context, GstGLDisplay * display)
/**
* gst_context_get_gl_display:
* @context: a #GstContext
- * @display: resulting #GstGLDisplay
+ * @display: (transfer full): resulting #GstGLDisplay
*
* Returns: Whether @display was in @context
*