[522/906] GstGLDisplay: add forgotten function definition

This commit is contained in:
Matthew Waters 2012-07-08 01:10:40 +10:00 committed by Tim-Philipp Müller
parent fe216ac6b2
commit be177b01b7

View file

@ -57,6 +57,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_gl_display_debug);
G_DEFINE_TYPE_WITH_CODE (GstGLDisplay, gst_gl_display, G_TYPE_OBJECT,
DEBUG_INIT);
static void gst_gl_display_finalize (GObject * object);
void gst_gl_display_check_framebuffer_status (void);
/* Called in the gl thread, protected by lock and unlock */
gpointer gst_gl_display_thread_create_context (GstGLDisplay * display);