mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +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:
|
* gst_gl_framebuffer_new:
|
||||||
* @context: a #GstGLContext
|
* @context: a #GstGLContext
|
||||||
*
|
*
|
||||||
* Returns: a new #GstGLFramebuffer
|
* Returns: (transfer full): a new #GstGLFramebuffer
|
||||||
*
|
*
|
||||||
* Since: (transfer full): 1.10
|
* Since: 1.10
|
||||||
*/
|
*/
|
||||||
GstGLFramebuffer *
|
GstGLFramebuffer *
|
||||||
gst_gl_framebuffer_new (GstGLContext * context)
|
gst_gl_framebuffer_new (GstGLContext * context)
|
||||||
|
|
Loading…
Reference in a new issue