summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2017-01-10 20:05:42 +1100
committerMatthew Waters <matthew@centricular.com>2017-01-10 20:05:42 +1100
commitb76f14f00407020633d341bae4e3b7761ea58200 (patch)
treed15b8c60774754d9c3d93fab5c416eacd351ffa2
parentb65ecbaa2bb7dbfdf0def679d8a841a5a29a4f01 (diff)
downloadgstreamer-plugins-bad-b76f14f00407020633d341bae4e3b7761ea58200.tar.gz
gldisplay: add missing transfer annotations
-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
*