gl/egl: fix annotation for gst_egl_image_new_wrapped()

https://bugzilla.gnome.org/show_bug.cgi?id=797158
This commit is contained in:
Víctor Manuel Jáquez Leal 2018-09-17 18:36:03 +02:00
parent e12a55a4ea
commit 982b212485

View file

@ -157,7 +157,7 @@ _gst_egl_image_copy (GstMiniObject * obj)
* @image: the image to wrap
* @format: the #GstGLFormat
* @user_data: user data
* @user_data_destroy: called when @user_data is no longer needed
* @user_data_destroy: (destroy user_data): called when @user_data is no longer needed
*
* Returns: a new #GstEGLImage wrapping @image
*/