summaryrefslogtreecommitdiffstats
path: root/sys/glsink/glvideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/glsink/glvideo.h')
-rw-r--r--sys/glsink/glvideo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/glsink/glvideo.h b/sys/glsink/glvideo.h
index aef064e3..4fb3761e 100644
--- a/sys/glsink/glvideo.h
+++ b/sys/glsink/glvideo.h
@@ -81,7 +81,9 @@ void gst_gl_display_update_attributes (GstGLDisplay *display);
void gst_gl_display_clear (GstGLDisplay *display);
void gst_gl_display_draw_image (GstGLDisplay * display, GstGLImageType type,
void *data, int width, int height);
-
+void gst_gl_display_draw_rbo (GstGLDisplay * display, GLuint rbo,
+ int width, int height);
+void gst_gl_display_check_error (GstGLDisplay *display, int line);
#endif