gl/context: fill a GError on platform-specific fill_info() error
[platform/upstream/gst-plugins-base.git] / gst-libs / gst / gl / egl / gstglcontext_egl.h
index 6d9a8a7..644731f 100644 (file)
@@ -92,7 +92,7 @@ G_GNUC_INTERNAL
 gpointer            gst_gl_context_egl_get_proc_address     (GstGLAPI gl_api, const gchar * name);
 
 G_GNUC_INTERNAL
-gboolean            gst_gl_context_egl_fill_info            (GstGLContext * context);
+gboolean            gst_gl_context_egl_fill_info            (GstGLContext * context, GError ** error);
 
 G_END_DECLS