gl: fix g-i annotations for glframebuffer

gstglframebuffer.c:176: Error: GstGL: annotations not supported for tag "Since:".
This commit is contained in:
Tim-Philipp Müller 2017-07-21 08:43:45 +01:00
parent b299f70dcf
commit d6766ec881

View file

@ -171,9 +171,9 @@ gst_gl_framebuffer_finalize (GObject * object)
* gst_gl_framebuffer_new:
* @context: a #GstGLContext
*
* Returns: a new #GstGLFramebuffer
* Returns: (transfer full): a new #GstGLFramebuffer
*
* Since: (transfer full): 1.10
* Since: 1.10
*/
GstGLFramebuffer *
gst_gl_framebuffer_new (GstGLContext * context)