diff options
author | Haihua Hu <jared.hu@nxp.com> | 2017-05-25 10:09:04 +0800 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-05-25 12:34:04 +0300 |
commit | 405d059a224b14c58c5ba0eada8aec849455c262 (patch) | |
tree | 1596729975c816d1ad380e6c7caf3f8787482f09 /gst-libs/gst/gl/gstglframebuffer.h | |
parent | 64ccac4bfbfea5176b9ad703be8e569d683f7a32 (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.h | 3 |
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, |