mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
gl: fix g-i annotations for glframebuffer
gstglframebuffer.c:176: Error: GstGL: annotations not supported for tag "Since:".
This commit is contained in:
parent
b299f70dcf
commit
d6766ec881
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue