gl/context: fill a GError on platform-specific fill_info() error
[platform/upstream/gst-plugins-base.git] / gst-libs / gst / gl / x11 / gstglcontext_glx.h
index e084cb5..20b3b28 100644 (file)
@@ -69,7 +69,7 @@ G_GNUC_INTERNAL
 gpointer            gst_gl_context_glx_get_proc_address     (GstGLAPI gl_api, const gchar * name);
 
 G_GNUC_INTERNAL
-gboolean            gst_gl_context_glx_fill_info            (GstGLContext * context);
+gboolean            gst_gl_context_glx_fill_info            (GstGLContext * context, GError ** error);
 
 G_END_DECLS