mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
[522/906] GstGLDisplay: add forgotten function definition
This commit is contained in:
parent
fe216ac6b2
commit
be177b01b7
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue