summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglframebuffer.h
diff options
context:
space:
mode:
authorHaihua Hu <jared.hu@nxp.com>2017-05-25 10:09:04 +0800
committerSebastian Dröge <sebastian@centricular.com>2017-05-25 12:34:04 +0300
commit405d059a224b14c58c5ba0eada8aec849455c262 (patch)
tree1596729975c816d1ad380e6c7caf3f8787482f09 /gst-libs/gst/gl/gstglframebuffer.h
parent64ccac4bfbfea5176b9ad703be8e569d683f7a32 (diff)
glframebuffer: check frame buffer status need use specific fbo target
https://bugzilla.gnome.org/show_bug.cgi?id=783065
Diffstat (limited to 'gst-libs/gst/gl/gstglframebuffer.h')
-rw-r--r--gst-libs/gst/gl/gstglframebuffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/gstglframebuffer.h b/gst-libs/gst/gl/gstglframebuffer.h
index 297a71ee0..172f999fa 100644
--- a/gst-libs/gst/gl/gstglframebuffer.h
+++ b/gst-libs/gst/gl/gstglframebuffer.h
@@ -103,7 +103,8 @@ void gst_gl_framebuffer_get_effective_dimensions (GstGLFrameb
guint * height);
GST_EXPORT
-gboolean gst_gl_context_check_framebuffer_status (GstGLContext * context);
+gboolean gst_gl_context_check_framebuffer_status (GstGLContext * context,
+ GLenum fbo_target);
GST_EXPORT
gboolean gst_gl_framebuffer_draw_to_texture (GstGLFramebuffer * fb,