mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
gldisplay: add missing transfer annotations
This commit is contained in:
parent
87a4eafaf9
commit
738cd580c9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue