projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87a4eaf
)
gldisplay: add missing transfer annotations
author
Matthew Waters
<matthew@centricular.com>
Tue, 10 Jan 2017 09:05:42 +0000
(20:05 +1100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 9 Dec 2017 19:32:26 +0000
(19:32 +0000)
gst-libs/gst/gl/gstgldisplay.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/gl/gstgldisplay.c
b/gst-libs/gst/gl/gstgldisplay.c
index
0c83cb9
..
34a6567
100644
(file)
--- 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
*